polyglot.lex
Class DoubleLiteral

java.lang.Object
  extended bypolyglot.lex.Token
      extended bypolyglot.lex.Literal
          extended bypolyglot.lex.NumericLiteral
              extended bypolyglot.lex.DoubleLiteral

public class DoubleLiteral
extends NumericLiteral

Token class for double literals.


Constructor Summary
DoubleLiteral(Position position, double d, int sym)
           
 
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

DoubleLiteral

public DoubleLiteral(Position position,
                     double d,
                     int sym)