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

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

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

Methods in org.eclipse.wst.jsdt.core.dom that return Initializer
 Initializer AST.newInitializer()
           
 

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