Uses of Class
koala.dynamicjava.tree.ReferenceType

Packages that use ReferenceType
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.interpreter.context Provides the classes that hold the context of execution. 
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 ReferenceType in koala.dynamicjava.classinfo
 

Methods in koala.dynamicjava.classinfo with parameters of type ReferenceType
 java.lang.Object TypeVisitor.visit(ReferenceType node)
          Visits a ReferenceType
 

Uses of ReferenceType in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter with parameters of type ReferenceType
 java.lang.Object TypeChecker.visit(ReferenceType node)
          Visits a ReferenceType
 java.lang.Object ClassInfoCompiler.ConstructorVisitor.visit(ReferenceType node)
          Visits a ReferenceType
 

Uses of ReferenceType in koala.dynamicjava.interpreter.context
 

Fields in koala.dynamicjava.interpreter.context declared as ReferenceType
protected static ReferenceType GlobalContext.CLASS_TYPE
           
protected static ReferenceType GlobalContext.MAP_TYPE
           
protected static ReferenceType GlobalContext.OBJECT_TYPE
           
 

Uses of ReferenceType in koala.dynamicjava.tree
 

Methods in koala.dynamicjava.tree that return ReferenceType
 ReferenceType StaticMethodCall.getMethodType()
          Returns the type on which this method call applies
 ReferenceType StaticFieldAccess.getFieldType()
          Returns the declaring type of the field
 

Methods in koala.dynamicjava.tree with parameters of type ReferenceType
 void TypeExpression.setType(ReferenceType t)
          Sets the type
 void StaticMethodCall.setMethodType(ReferenceType t)
          Sets the declaring type of the method
 void StaticFieldAccess.setFieldType(ReferenceType t)
          Sets the declaring type of the field
 

Constructors in koala.dynamicjava.tree with parameters of type ReferenceType
StaticMethodCall(ReferenceType typ, java.lang.String mn, java.util.List args)
          Creates a new node
StaticMethodCall(ReferenceType typ, java.lang.String mn, java.util.List args, java.lang.String fn, int bl, int bc, int el, int ec)
          Creates a new node
StaticFieldAccess(ReferenceType typ, java.lang.String fln)
          Creates a new field access node
StaticFieldAccess(ReferenceType typ, java.lang.String fln, java.lang.String fn, int bl, int bc, int el, int ec)
          Creates a new field access node
 

Uses of ReferenceType in koala.dynamicjava.tree.visitor
 

Methods in koala.dynamicjava.tree.visitor with parameters of type ReferenceType
 java.lang.Object VisitorObject.visit(ReferenceType node)
          Visits a ReferenceType
 java.lang.Object Visitor.visit(ReferenceType node)
          Visits a ReferenceType
 

Uses of ReferenceType in koala.dynamicjava.util
 

Methods in koala.dynamicjava.util with parameters of type ReferenceType
 java.lang.Object DisplayVisitor.visit(ReferenceType node)
          Visits a ReferenceType
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.