Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.ThisExpression
Packages that use ThisExpression
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 ThisExpression in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return ThisExpressionModifier and TypeMethodDescriptionAjASTConverter.convert(QualifiedThisReference reference)ASTConverter.convert(QualifiedThisReference reference)AST.newThisExpression()Creates and returns a new unparented "this" expression node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ThisExpressionModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(ThisExpression node)End of visit the given type-specific AST node.booleanASTMatcher.match(ThisExpression node, Object other)Returns whether the given node and the other object match.protected voidAjASTConverter.recordPendingThisExpressionScopeResolution(ThisExpression thisExpression)protected voidASTConverter.recordPendingThisExpressionScopeResolution(ThisExpression thisExpression)booleanAjNaiveASTFlattener.visit(ThisExpression node)booleanASTVisitor.visit(ThisExpression node)Visits the given type-specific AST node. -
Uses of ThisExpression in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type ThisExpression -
Uses of ThisExpression in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type ThisExpressionModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(ThisExpression node)booleanASTRewriteFlattener.visit(ThisExpression node) -
Uses of ThisExpression in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type ThisExpressionModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(ThisExpression node)booleanHierarchicalASTVisitor.visit(ThisExpression node) -
Uses of ThisExpression in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type ThisExpression