Eclipse JDT
2.1

Uses of Class
org.eclipse.jdt.core.dom.ASTMatcher

Packages that use ASTMatcher
org.eclipse.jdt.core.dom The Java DOM is the set of classes that model the source code of a Java program as a structured document. 
 

Uses of ASTMatcher in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom with parameters of type ASTMatcher
abstract  boolean ASTNode.subtreeMatch(ASTMatcher matcher, Object other)
          Returns whether the subtree rooted at the given node matches the given other object as decided by the given matcher.
 boolean QualifiedName.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean FieldAccess.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean PrimitiveType.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean LabeledStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean WhileStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean NumberLiteral.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean CharacterLiteral.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean AnonymousClassDeclaration.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean MethodInvocation.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean TypeDeclaration.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ThrowStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean DoStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean Javadoc.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean MethodDeclaration.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean TypeLiteral.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean EmptyStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ThisExpression.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean TryStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean CompilationUnit.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean Initializer.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean SimpleType.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean PackageDeclaration.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean FieldDeclaration.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean SuperFieldAccess.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean AssertStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ForStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ArrayCreation.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean VariableDeclarationExpression.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean InstanceofExpression.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean SwitchCase.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ArrayType.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean SuperConstructorInvocation.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ConstructorInvocation.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ReturnStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ImportDeclaration.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean PrefixExpression.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean TypeDeclarationStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean PostfixExpression.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ClassInstanceCreation.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean SynchronizedStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean BreakStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ConditionalExpression.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean SingleVariableDeclaration.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ExpressionStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean BooleanLiteral.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ArrayInitializer.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ArrayAccess.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ParenthesizedExpression.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean StringLiteral.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean IfStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean SwitchStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean NullLiteral.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean VariableDeclarationFragment.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean SimpleName.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean SuperMethodInvocation.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean ContinueStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean CastExpression.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean Block.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean VariableDeclarationStatement.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean InfixExpression.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean CatchClause.subtreeMatch(ASTMatcher matcher, Object other)
           
 boolean Assignment.subtreeMatch(ASTMatcher matcher, Object other)
           
 


Eclipse JDT
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.