|
||||||||||
| 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.TypeName
koala.dynamicjava.tree.PrimitiveTypeName
public abstract class PrimitiveTypeName
This class represents the primitive type nodes of the syntax tree
| Constructor Summary | |
|---|---|
protected |
PrimitiveTypeName(java.lang.Class<?> val,
SourceInfo si)
Initializes the type |
| Method Summary | |
|---|---|
java.lang.Class<?> |
getValue()
Deprecated. |
void |
setValue(java.lang.Class<?> c)
Sets the value of this node |
java.lang.String |
toString()
Implementation of toString for use in unit testing |
| Methods inherited from class koala.dynamicjava.tree.Node |
|---|
acceptVisitor, 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 |
|---|
protected PrimitiveTypeName(java.lang.Class<?> val,
SourceInfo si)
val - the value of this type
java.lang.IllegalArgumentException - if val is null| Method Detail |
|---|
@Deprecated public java.lang.Class<?> getValue()
public void setValue(java.lang.Class<?> c)
java.lang.IllegalArgumentException - if c is nullpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||