|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkoala.dynamicjava.tree.Node
koala.dynamicjava.tree.Expression
koala.dynamicjava.tree.PrimaryExpression
koala.dynamicjava.tree.Literal
koala.dynamicjava.tree.DoubleLiteral
public class DoubleLiteral
This class represents the double literal nodes of the syntax tree
| Constructor Summary | |
|---|---|
DoubleLiteral(java.lang.String rep)
Initializes a literal |
|
DoubleLiteral(java.lang.String rep,
SourceInfo si)
Initializes a literal |
|
| Method Summary |
|---|
| Methods inherited from class koala.dynamicjava.tree.Literal |
|---|
acceptVisitor, getRepresentation, getType, getValue, setRepresentation, setType, setValue, toString |
| Methods inherited from class koala.dynamicjava.tree.Node |
|---|
archiveProperties, getProperties, getProperty, getSourceInfo, hasProperty, setProperty, setSourceInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleLiteral(java.lang.String rep)
rep - the representation of the literal
public DoubleLiteral(java.lang.String rep,
SourceInfo si)
rep - the representation of the literal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||