|
|||||||||
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.NumericLiteral polyglot.lex.DoubleLiteral
public class DoubleLiteral
Token class for double literals.
Constructor Summary | |
---|---|
DoubleLiteral(Position position,
double d,
int sym)
|
Method Summary |
---|
Methods inherited from class polyglot.lex.NumericLiteral |
---|
getValue, 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 DoubleLiteral(Position position, double d, int sym)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |