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