koala.dynamicjava.tree
Class LongLiteral
java.lang.Object
koala.dynamicjava.tree.Node
koala.dynamicjava.tree.Expression
koala.dynamicjava.tree.PrimaryExpression
koala.dynamicjava.tree.Literal
koala.dynamicjava.tree.LongLiteral
- All Implemented Interfaces:
- SourceInfo.Wrapper
public class LongLiteral
- extends Literal
This class represents the long literal nodes of the syntax tree
- Version:
- 1.0 - 1999/04/24
- Author:
- Stephane Hillion
LongLiteral
public LongLiteral(String rep)
throws NumberFormatException
- Initializes a literal
- Parameters:
rep - the representation of the literal
- Throws:
NumberFormatException
LongLiteral
public LongLiteral(String rep,
SourceInfo si)
throws NumberFormatException
- Initializes a literal
- Parameters:
rep - the representation of the literal
- Throws:
NumberFormatException