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

Packages that use AbstractTypeDeclaration
org.eclipse.gmt.modisco.java   
org.eclipse.gmt.modisco.java.cdo.util   
org.eclipse.gmt.modisco.java.emf.classic.util   
org.eclipse.gmt.modisco.java.emf.util   
org.eclipse.gmt.modisco.java.nousages.cdo.util   
org.eclipse.gmt.modisco.java.nousages.util   
 

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

Subinterfaces of AbstractTypeDeclaration in org.eclipse.gmt.modisco.java
 interface AnnotationTypeDeclaration
          A representation of the model object 'Annotation Type Declaration'.
 interface ClassDeclaration
          A representation of the model object 'Class Declaration'.
 interface EnumDeclaration
          A representation of the model object 'Enum Declaration'.
 interface InterfaceDeclaration
          A representation of the model object 'Interface Declaration'.
 interface TypeDeclaration
          A representation of the model object 'Type Declaration'.
 interface UnresolvedAnnotationDeclaration
          A representation of the model object 'Unresolved Annotation Declaration'.
 interface UnresolvedClassDeclaration
          A representation of the model object 'Unresolved Class Declaration'.
 interface UnresolvedEnumDeclaration
          A representation of the model object 'Unresolved Enum Declaration'.
 interface UnresolvedInterfaceDeclaration
          A representation of the model object 'Unresolved Interface Declaration'.
 interface UnresolvedTypeDeclaration
          A representation of the model object 'Unresolved Type Declaration'.
 

Methods in org.eclipse.gmt.modisco.java that return AbstractTypeDeclaration
 AbstractTypeDeclaration BodyDeclaration.getAbstractTypeDeclaration()
          Returns the value of the 'Abstract Type Declaration' container reference.
 AbstractTypeDeclaration TypeDeclarationStatement.getDeclaration()
          Returns the value of the 'Declaration' containment reference.
 AbstractTypeDeclaration ClassFile.getType()
          Returns the value of the 'Type' reference.
 

Methods in org.eclipse.gmt.modisco.java with parameters of type AbstractTypeDeclaration
 void BodyDeclaration.setAbstractTypeDeclaration(AbstractTypeDeclaration value)
          Sets the value of the 'Abstract Type Declaration' container reference.
 void TypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration value)
          Sets the value of the 'Declaration' containment reference.
 void ClassFile.setType(AbstractTypeDeclaration value)
          Sets the value of the 'Type' reference.
 

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

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

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

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

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

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

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

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

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

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