|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object polyglot.lex.Token polyglot.lex.Literal polyglot.lex.BooleanLiteral
public class BooleanLiteral
Token class for boolean literals.
Constructor Summary | |
---|---|
BooleanLiteral(Position position,
boolean b,
int sym)
|
Method Summary | |
---|---|
java.lang.Boolean |
getValue()
|
java.lang.String |
toString()
|
Methods inherited from class polyglot.lex.Token |
---|
escape, getPosition, symbol |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BooleanLiteral(Position position, boolean b, int sym)
Method Detail |
---|
public java.lang.Boolean getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |