|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReferenceTypeName | |
|---|---|
| koala.dynamicjava.interpreter.error | Contains the runtime errors classes. |
| koala.dynamicjava.parser.impl | |
| koala.dynamicjava.tree | |
| koala.dynamicjava.tree.tiger | |
| koala.dynamicjava.tree.visitor | Contains interfaces and classes for traversing the syntax tree. |
| koala.dynamicjava.util | Contains miscellaneous utility classes. |
| Uses of ReferenceTypeName in koala.dynamicjava.interpreter.error |
|---|
| Methods in koala.dynamicjava.interpreter.error that return ReferenceTypeName | |
|---|---|
ReferenceTypeName |
PossibleExecutionError.getReferenceType()
|
| Constructors in koala.dynamicjava.interpreter.error with parameters of type ReferenceTypeName | |
|---|---|
PossibleExecutionError(String s,
Node n,
ReferenceTypeName rt)
Constructs a PossiblexecutionError with the specified
detail message, tree node, and refereence type. |
|
| Uses of ReferenceTypeName in koala.dynamicjava.parser.impl |
|---|
| Methods in koala.dynamicjava.parser.impl that return ReferenceTypeName | |
|---|---|
ReferenceTypeName |
Parser.referenceTypeName()
Consumes as large a name as possible: the type must not be followed by ".[id]" or "<", because the parser will assume those delimiters mark a continuation of the ReferenceTypeName. |
| Methods in koala.dynamicjava.parser.impl that return types with arguments of type ReferenceTypeName | |
|---|---|
List<? extends ReferenceTypeName> |
Parser.ReferenceTypeNameList()
Parses a comma separated list of ReferenceTypeName names |
| Uses of ReferenceTypeName in koala.dynamicjava.tree |
|---|
| Methods in koala.dynamicjava.tree that return ReferenceTypeName | |
|---|---|
ReferenceTypeName |
SimpleAllocation.getCreationType()
Returns the creation type |
ReferenceTypeName |
StaticFieldAccess.getFieldType()
Returns the declaring type of the field |
ReferenceTypeName |
ClassDeclaration.getSuperclass()
Returns the name of the superclass of this class |
ReferenceTypeName |
Annotation.getType()
|
| Methods in koala.dynamicjava.tree that return types with arguments of type ReferenceTypeName | |
|---|---|
List<? extends ReferenceTypeName> |
ConstructorDeclaration.getExceptions()
Returns the list of the exception thrown by this method |
List<? extends ReferenceTypeName> |
MethodDeclaration.getExceptions()
Returns the list of the exception thrown by this method |
List<? extends ReferenceTypeName> |
TypeDeclaration.getInterfaces()
Returns a list that contains the names (String) of the implemented interfaces. |
| Methods in koala.dynamicjava.tree with parameters of type ReferenceTypeName | |
|---|---|
void |
SimpleAllocation.setCreationType(ReferenceTypeName t)
Sets the creation type |
void |
StaticFieldAccess.setFieldType(ReferenceTypeName t)
Sets the declaring type of the field |
void |
StaticMethodCall.setMethodType(ReferenceTypeName t)
Sets the declaring type of the method |
void |
ClassDeclaration.setSuperclass(ReferenceTypeName s)
Sets the superclass name |
void |
TypeExpression.setType(ReferenceTypeName t)
Sets the type |
| Method parameters in koala.dynamicjava.tree with type arguments of type ReferenceTypeName | |
|---|---|
void |
ConstructorDeclaration.setExceptions(List<? extends ReferenceTypeName> l)
Sets the exceptions thrown by this method |
void |
MethodDeclaration.setExceptions(List<? extends ReferenceTypeName> l)
Sets the exceptions list |
void |
TypeDeclaration.setInterfaces(List<? extends ReferenceTypeName> l)
Sets the interfaces (a list of strings) |
| Uses of ReferenceTypeName in koala.dynamicjava.tree.tiger |
|---|
| Subclasses of ReferenceTypeName in koala.dynamicjava.tree.tiger | |
|---|---|
class |
GenericReferenceTypeName
This class represents a generic reference type |
class |
HookTypeName
This class represents the HookTypeName (?) nodes of the syntax tree |
class |
TypeParameter
Class TypeParameter, a component of the DynamicJava composite hierarchy. |
| Methods in koala.dynamicjava.tree.tiger that return ReferenceTypeName | |
|---|---|
ReferenceTypeName |
TypeParameter.getBound()
|
| Methods in koala.dynamicjava.tree.tiger that return types with arguments of type ReferenceTypeName | |
|---|---|
List<ReferenceTypeName> |
TypeParameter.getInterfaceBounds()
|
| Constructors in koala.dynamicjava.tree.tiger with parameters of type ReferenceTypeName | |
|---|---|
TypeParameter(List<IdentifierToken> ids,
ReferenceTypeName in_bound,
List<ReferenceTypeName> in_interfaceBounds,
SourceInfo in_sourceInfo)
Constructs a TypeParameter. |
|
| Constructor parameters in koala.dynamicjava.tree.tiger with type arguments of type ReferenceTypeName | |
|---|---|
TypeParameter(List<IdentifierToken> ids,
ReferenceTypeName in_bound,
List<ReferenceTypeName> in_interfaceBounds,
SourceInfo in_sourceInfo)
Constructs a TypeParameter. |
|
| Uses of ReferenceTypeName in koala.dynamicjava.tree.visitor |
|---|
| Methods in koala.dynamicjava.tree.visitor with parameters of type ReferenceTypeName | |
|---|---|
Void |
DepthFirstVisitor.visit(ReferenceTypeName node)
|
T |
AbstractVisitor.visit(ReferenceTypeName node)
Visits a ReferenceTypeName |
T |
Visitor.visit(ReferenceTypeName node)
|
| Uses of ReferenceTypeName in koala.dynamicjava.util |
|---|
| Methods in koala.dynamicjava.util with parameters of type ReferenceTypeName | |
|---|---|
Void |
DisplayVisitor.visit(ReferenceTypeName node)
Visits a ReferenceTypeName |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||