polyglot.lex
Class IntegerLiteral

java.lang.Object
  extended by polyglot.lex.Token
      extended by polyglot.lex.Literal
          extended by polyglot.lex.NumericLiteral
              extended by polyglot.lex.IntegerLiteral

public class IntegerLiteral
extends NumericLiteral

A token class for int literals.


Field Summary
 
Fields inherited from class polyglot.lex.NumericLiteral
val
 
Fields inherited from class polyglot.lex.Token
position, symbol
 
Constructor Summary
IntegerLiteral(Position position, int i, 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

IntegerLiteral

public IntegerLiteral(Position position,
                      int i,
                      int sym)