Uses of Interface
org.eclipse.gmt.modisco.java.MethodDeclaration

Packages that use MethodDeclaration
org.eclipse.gmt.modisco.java   
org.eclipse.gmt.modisco.java.cdo.meta   
org.eclipse.gmt.modisco.java.cdo.util   
org.eclipse.gmt.modisco.java.emf   
org.eclipse.gmt.modisco.java.emf.classic   
org.eclipse.gmt.modisco.java.emf.classic.util   
org.eclipse.gmt.modisco.java.emf.util   
org.eclipse.gmt.modisco.java.nousages.cdo.meta   
org.eclipse.gmt.modisco.java.nousages.cdo.util   
org.eclipse.gmt.modisco.java.nousages.meta   
org.eclipse.gmt.modisco.java.nousages.util   
org.eclipse.gmt.modisco.java.queries.text   
org.eclipse.modisco.jee.queries.annotations.ejb   
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java
 

Subinterfaces of MethodDeclaration in org.eclipse.gmt.modisco.java
 interface UnresolvedMethodDeclaration
          A representation of the model object 'Unresolved Method Declaration'.
 

Methods in org.eclipse.gmt.modisco.java that return MethodDeclaration
 MethodDeclaration MethodDeclaration.getRedefinedMethodDeclaration()
          Returns the value of the 'Redefined Method Declaration' reference.
 

Methods in org.eclipse.gmt.modisco.java with parameters of type MethodDeclaration
 void MethodDeclaration.setRedefinedMethodDeclaration(MethodDeclaration value)
          Sets the value of the 'Redefined Method Declaration' reference.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.cdo.meta
 

Methods in org.eclipse.gmt.modisco.java.cdo.meta that return MethodDeclaration
 MethodDeclaration JavaFactory.createMethodDeclaration()
          Returns a new object of class 'Method Declaration'.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.cdo.util with parameters of type MethodDeclaration
 T JavaSwitch.caseMethodDeclaration(MethodDeclaration object)
          Returns the result of interpreting the object as an instance of 'Method Declaration'.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.emf
 

Methods in org.eclipse.gmt.modisco.java.emf that return MethodDeclaration
 MethodDeclaration JavaFactory.createMethodDeclaration()
          Returns a new object of class 'Method Declaration'.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.emf.classic
 

Methods in org.eclipse.gmt.modisco.java.emf.classic that return MethodDeclaration
 MethodDeclaration JavaFactory.createMethodDeclaration()
          Returns a new object of class 'Method Declaration'.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.emf.classic.util
 

Methods in org.eclipse.gmt.modisco.java.emf.classic.util with parameters of type MethodDeclaration
 T JavaSwitch.caseMethodDeclaration(MethodDeclaration object)
          Returns the result of interpreting the object as an instance of 'Method Declaration'.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.emf.util
 

Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type MethodDeclaration
 T JavaSwitch.caseMethodDeclaration(MethodDeclaration object)
          Returns the result of interpreting the object as an instance of 'Method Declaration'.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.nousages.cdo.meta
 

Methods in org.eclipse.gmt.modisco.java.nousages.cdo.meta that return MethodDeclaration
 MethodDeclaration JavaFactory.createMethodDeclaration()
          Returns a new object of class 'Method Declaration'.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.nousages.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.cdo.util with parameters of type MethodDeclaration
 T JavaSwitch.caseMethodDeclaration(MethodDeclaration object)
          Returns the result of interpreting the object as an instance of 'Method Declaration'.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.nousages.meta
 

Methods in org.eclipse.gmt.modisco.java.nousages.meta that return MethodDeclaration
 MethodDeclaration JavaFactory.createMethodDeclaration()
          Returns a new object of class 'Method Declaration'.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.nousages.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.util with parameters of type MethodDeclaration
 T JavaSwitch.caseMethodDeclaration(MethodDeclaration object)
          Returns the result of interpreting the object as an instance of 'Method Declaration'.
 

Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.queries.text
 

Methods in org.eclipse.gmt.modisco.java.queries.text with parameters of type MethodDeclaration
 java.lang.String GetMethodDeclarationText.evaluate(MethodDeclaration context, ParameterValueList parameterValues)
           
 

Uses of MethodDeclaration in org.eclipse.modisco.jee.queries.annotations.ejb
 

Methods in org.eclipse.modisco.jee.queries.annotations.ejb with parameters of type MethodDeclaration
 java.lang.Boolean IsAroundInvoke.evaluate(MethodDeclaration context, ParameterValueList parameterValues)
           
 java.lang.Boolean IsDenyAll.evaluate(MethodDeclaration context, ParameterValueList parameterValues)
           
 java.lang.Boolean IsInit.evaluate(MethodDeclaration context, ParameterValueList parameterValues)
           
 java.lang.Boolean IsPostActivate.evaluate(MethodDeclaration context, ParameterValueList parameterValues)
           
 java.lang.Boolean IsPostConstruct.evaluate(MethodDeclaration context, ParameterValueList parameterValues)
           
 java.lang.Boolean IsPreDestroy.evaluate(MethodDeclaration context, ParameterValueList parameterValues)
           
 java.lang.Boolean IsPrePassivate.evaluate(MethodDeclaration context, ParameterValueList parameterValues)
           
 java.lang.Boolean IsRemove.evaluate(MethodDeclaration context, ParameterValueList parameterValues)
           
 java.lang.Boolean IsTimeout.evaluate(MethodDeclaration context, ParameterValueList parameterValues)