Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.PostfixExpression
Packages that use PostfixExpression
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of PostfixExpression in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type PostfixExpressionModifier and TypeMethodDescriptionAjASTConverter.convert(PostfixExpression expression) ASTConverter.convert(PostfixExpression expression) -
Uses of PostfixExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type PostfixExpressionModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(PostfixExpression postfixExpression, BlockScope scope) booleanCompletionNodeDetector.visit(PostfixExpression postfixExpression, BlockScope scope) -
Uses of PostfixExpression in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type PostfixExpressionModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(PostfixExpression postfixExpression, BlockScope scope) booleanASTVisitor.visit(PostfixExpression postfixExpression, BlockScope scope) booleanGenericAstVisitor.visit(PostfixExpression postfixExpression, BlockScope scope)