Uses of Interface
org.fife.rsta.ac.java.rjc.ast.TypeDeclaration

Packages that use TypeDeclaration
org.fife.rsta.ac.java.rjc.ast   
 

Uses of TypeDeclaration in org.fife.rsta.ac.java.rjc.ast
 

Classes in org.fife.rsta.ac.java.rjc.ast that implement TypeDeclaration
 class AbstractTypeDeclarationNode
           
 class EnumDeclaration
           
 class NormalClassDeclaration
          A class declaration:
 class NormalInterfaceDeclaration
          An interface declaration:
 

Methods in org.fife.rsta.ac.java.rjc.ast that return TypeDeclaration
 TypeDeclaration AbstractTypeDeclarationNode.getChildType(int index)
           
 TypeDeclaration TypeDeclaration.getChildType(int index)
           
 TypeDeclaration AbstractTypeDeclarationNode.getChildTypeAtOffset(int offs)
          Returns the child type declaration of this one that contains the specified offset, if any.
 TypeDeclaration TypeDeclaration.getChildTypeAtOffset(int offs)
          Returns the child type declaration of this one that contains the specified offset, if any.
 TypeDeclaration CompilationUnit.getDeepestTypeDeclarationAtOffset(int offs)
          Returns the deepest-nested type declaration that contains a given offset.
 TypeDeclaration Member.getParentTypeDeclaration()
           
 TypeDeclaration CompilationUnit.getTypeDeclaration(int index)
           
 TypeDeclaration CompilationUnit.getTypeDeclarationAtOffset(int offs)
          Returns the type declaration in this file that contains the specified offset.
 

Methods in org.fife.rsta.ac.java.rjc.ast with parameters of type TypeDeclaration
 void TypeDeclarationContainer.addTypeDeclaration(TypeDeclaration typeDec)
           
 void CompilationUnit.addTypeDeclaration(TypeDeclaration typeDec)
           
 void AbstractTypeDeclarationNode.addTypeDeclaration(TypeDeclaration type)
           
 void Member.setParentTypeDeclaration(TypeDeclaration dec)
           
 



Copyright © 2003-2011. All Rights Reserved.