Class BooleanLiteral
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.java.ast.expression.BooleanLiteral
- All Implemented Interfaces:
Expression
"true" or "false".
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
Field Details
-
value
public final boolean value
-
-
Constructor Details
-
BooleanLiteral
public BooleanLiteral(boolean value)
-
-
Method Details
-
toString
- Overrides:
toString
in classValueObject
-