org.eclipse.gmt.modisco.java.queries.modifiers
Class IsStatic

java.lang.Object
  extended by org.eclipse.gmt.modisco.java.queries.modifiers.IsStatic
All Implemented Interfaces:
IJavaModelQuery<ASTNode,java.lang.Boolean>

public class IsStatic
extends java.lang.Object
implements IJavaModelQuery<ASTNode,java.lang.Boolean>


Constructor Summary
IsStatic()
           
 
Method Summary
 java.lang.Boolean evaluate(ASTNode context, ParameterValueList parameterValues)
          This method must be overridden by each sub class to implement query evaluation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsStatic

public IsStatic()
Method Detail

evaluate

public java.lang.Boolean evaluate(ASTNode context,
                                  ParameterValueList parameterValues)
                           throws ModelQueryExecutionException
Description copied from interface: IJavaModelQuery
This method must be overridden by each sub class to implement query evaluation.

Specified by:
evaluate in interface IJavaModelQuery<ASTNode,java.lang.Boolean>
Parameters:
context - The query evaluation context
parameterValues - The query parameter values
Returns:
the result of the type R
Throws:
ModelQueryExecutionException