org.eclipse.gmt.modisco.java.queries.text
Class GetTypeRef

java.lang.Object
  extended by org.eclipse.gmt.modisco.java.queries.text.GetTypeRef
All Implemented Interfaces:
IJavaModelQuery<ASTNode,Type>

public class GetTypeRef
extends java.lang.Object
implements IJavaModelQuery<ASTNode,Type>


Constructor Summary
GetTypeRef()
           
 
Method Summary
 Type 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

GetTypeRef

public GetTypeRef()
Method Detail

evaluate

public Type 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,Type>
Parameters:
context - The query evaluation context
parameterValues - The query parameter values
Returns:
the result of the type R
Throws:
ModelQueryExecutionException