RECODER 0.92

recoder.java.reference
Interface TypeReferenceContainer

All Superinterfaces:
ModelElement, NonTerminalProgramElement, ProgramElement, SourceElement
All Known Implementing Classes:
AnnotationPropertyDeclaration, AnnotationUseSpecification, ArrayReference, ConstructorDeclaration, EnumConstantDeclaration, Extends, FieldDeclaration, FieldReference, Implements, Import, InheritanceSpecification, Instanceof, LocalVariableDeclaration, MetaClassReference, MethodDeclaration, MethodReference, New, NewArray, ParameterDeclaration, SuperReference, ThisReference, Throws, TypeArgumentDeclaration, TypeCast, TypeOperator, TypeParameterDeclaration, TypeReference, UncollatedReferenceQualifier, VariableDeclaration

public interface TypeReferenceContainer
extends NonTerminalProgramElement

Type reference container.

Author:
AutoDoc

Nested Class Summary
 
Nested classes/interfaces inherited from interface recoder.java.ProgramElement
ProgramElement.TreeStructure
 
Nested classes/interfaces inherited from interface recoder.java.SourceElement
SourceElement.Position
 
Field Summary
 
Fields inherited from interface recoder.java.ProgramElement
STRUCTURAL_EQUALITY, STRUCTURAL_HASH_CODE
 
Method Summary
 TypeReference getTypeReferenceAt(int index)
           
 int getTypeReferenceCount()
          Get the number of type references in this container.
 
Methods inherited from interface recoder.java.NonTerminalProgramElement
getChildAt, getChildCount, getChildPositionCode, getIndexOfChild, getRoleOfChild, makeAllParentRolesValid, makeParentRoleValid, replaceChild, validateAll
 
Methods inherited from interface recoder.java.ProgramElement
getASTParent, getComments, getID, setComments
 
Methods inherited from interface recoder.java.SourceElement
accept, deepClone, getEndPosition, getFactory, getFirstElement, getLastElement, getRelativePosition, getStartPosition, setEndPosition, setRelativePosition, setStartPosition, toSource
 
Methods inherited from interface recoder.ModelElement
validate
 

Method Detail

getTypeReferenceCount

int getTypeReferenceCount()
Get the number of type references in this container.

Returns:
the number of type references.

getTypeReferenceAt

TypeReference getTypeReferenceAt(int index)

RECODER 0.92