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

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

public class GetAbstractMethodDeclarationText
extends java.lang.Object
implements IJavaModelQuery<AbstractMethodDeclaration,java.lang.String>


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

GetAbstractMethodDeclarationText

public GetAbstractMethodDeclarationText()
Method Detail

evaluate

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