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

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

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

Methods in org.eclipse.wst.jsdt.core.dom that return PostfixExpression
 PostfixExpression AST.newPostfixExpression()
          Creates and returns a new unparented postfix expression node owned by this AST.
 

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