Uses of Class
org.eclipse.jdt.internal.compiler.ast.PostfixExpression

Packages that use PostfixExpression
org.eclipse.jdt.internal.compiler   
 

Uses of PostfixExpression in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type PostfixExpression
 void ASTVisitor.endVisit(PostfixExpression postfixExpression, BlockScope scope)
           
 boolean ASTVisitor.visit(PostfixExpression postfixExpression, BlockScope scope)