Uses of Class
org.eclipse.wst.jsdt.core.dom.TypeDeclarationStatement

Packages that use TypeDeclarationStatement
org.eclipse.wst.jsdt.core.dom   
 

Uses of TypeDeclarationStatement in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return TypeDeclarationStatement
 TypeDeclarationStatement AST.newTypeDeclarationStatement(AbstractTypeDeclaration decl)
          Creates a new unparented local type declaration statement node owned by this AST, for the given type declaration.
 TypeDeclarationStatement AST.newTypeDeclarationStatement(TypeDeclaration decl)
          Creates a new unparented local type declaration statement node owned by this AST, for the given type declaration.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type TypeDeclarationStatement
 void ASTVisitor.endVisit(TypeDeclarationStatement node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(TypeDeclarationStatement node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(TypeDeclarationStatement node)
          Visits the given type-specific AST node.