Class ASTBoolean (0.7.0)

publicclass ASTBooleanextendsSimpleNode

Inheritance

Object > SimpleNode > ASTBoolean

Constructors

ASTBoolean(Copy p, int id)

publicASTBoolean(Copyp,intid)
Parameters
Name Description
p Copy
id int

ASTBoolean(int id)

publicASTBoolean(intid)
Parameter
Name Description
id int

Methods

getBool()

publicbooleangetBool()
Returns
Type Description

jjtAccept(CopyVisitor visitor, Object data)

publicObjectjjtAccept(CopyVisitorvisitor,Objectdata)

Accept the visitor. *

Parameters
Name Description
visitor CopyVisitor
data Object
Returns
Type Description
Overrides

setBool(boolean value)

publicvoidsetBool(booleanvalue)
Parameter
Name Description
value boolean

toString()

publicStringtoString()
Returns
Type Description
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.