|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimitiveType | |
koala.dynamicjava.classinfo | Contains all the classes and interfaces for using reflection on Java or interpreted classes. |
koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
koala.dynamicjava.tree | Provides classes and interfaces for producing an abstract syntax tree. |
koala.dynamicjava.tree.visitor | Contains interfaces and classes for traversing the syntax tree. |
koala.dynamicjava.util | Contains miscellaneous utility classes. |
Uses of PrimitiveType in koala.dynamicjava.classinfo |
Methods in koala.dynamicjava.classinfo with parameters of type PrimitiveType | |
java.lang.Object |
TypeVisitor.visit(PrimitiveType node)
Visits a PrimitiveType |
Uses of PrimitiveType in koala.dynamicjava.interpreter |
Methods in koala.dynamicjava.interpreter with parameters of type PrimitiveType | |
java.lang.Object |
TypeChecker.visit(PrimitiveType node)
Visits a PrimitiveType |
java.lang.Object |
ClassInfoCompiler.ConstructorVisitor.visit(PrimitiveType node)
Visits a PrimitiveType |
Uses of PrimitiveType in koala.dynamicjava.tree |
Subclasses of PrimitiveType in koala.dynamicjava.tree | |
class |
BooleanType
This class represents the boolean type nodes of the syntax tree |
class |
ByteType
This class represents the byte type nodes of the syntax tree |
class |
CharType
This class represents the char type nodes of the syntax tree |
class |
DoubleType
This class represents the double type nodes of the syntax tree |
class |
FloatType
This class represents the float type nodes of the syntax tree |
class |
IntType
This class represents the int type nodes of the syntax tree |
class |
LongType
This class represents the long type nodes of the syntax tree |
class |
ShortType
This class represents the short type nodes of the syntax tree |
class |
VoidType
This class represents the void type nodes of the syntax tree |
Uses of PrimitiveType in koala.dynamicjava.tree.visitor |
Methods in koala.dynamicjava.tree.visitor with parameters of type PrimitiveType | |
java.lang.Object |
VisitorObject.visit(PrimitiveType node)
Visits a PrimitiveType |
java.lang.Object |
Visitor.visit(PrimitiveType node)
Visits a PrimitiveType |
Uses of PrimitiveType in koala.dynamicjava.util |
Methods in koala.dynamicjava.util with parameters of type PrimitiveType | |
java.lang.Object |
DisplayVisitor.visit(PrimitiveType node)
Visits a PrimitiveType |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |