public final class BooleanLiteral extends ValueObject implements Expression
Modifier and Type | Field and Description |
---|---|
boolean |
value |
Constructor and Description |
---|
BooleanLiteral(boolean value) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.