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

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

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

Methods in org.eclipse.wst.jsdt.core.dom that return Modifier
 Modifier AST.newModifier(Modifier.ModifierKeyword keyword)
          Creates and returns a new unparented modifier node for the given modifier.
 

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