|
||||||||||
| 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(Class<?> val,
SourceInfo si)
Initializes the type |
| Method Summary | |
|---|---|
Class<?> |
getValue()
Deprecated. |
void |
setValue(Class<?> c)
Sets the value of this node |
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(Class<?> val,
SourceInfo si)
val - the value of this type
IllegalArgumentException - if val is null| Method Detail |
|---|
@Deprecated public Class<?> getValue()
public void setValue(Class<?> c)
IllegalArgumentException - if c is nullpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||