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

java.lang.Object
  extended by org.eclipse.gmt.modisco.java.queries.text.GetAbstractMethodInvocationText
All Implemented Interfaces:
IJavaModelQuery<AbstractMethodInvocation,java.lang.String>

public class GetAbstractMethodInvocationText
extends java.lang.Object
implements IJavaModelQuery<AbstractMethodInvocation,java.lang.String>


Constructor Summary
GetAbstractMethodInvocationText()
           
 
Method Summary
 java.lang.String evaluate(AbstractMethodInvocation 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

GetAbstractMethodInvocationText

public GetAbstractMethodInvocationText()
Method Detail

evaluate

public java.lang.String evaluate(AbstractMethodInvocation 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<AbstractMethodInvocation,java.lang.String>
Parameters:
context - The query evaluation context
parameterValues - The query parameter values
Returns:
the result of the type R
Throws:
ModelQueryExecutionException