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

Packages that use TypeDeclaration
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 TypeDeclaration in org.eclipse.gmt.modisco.java
 

Subinterfaces of TypeDeclaration in org.eclipse.gmt.modisco.java
 interface ClassDeclaration
          A representation of the model object 'Class Declaration'.
 interface InterfaceDeclaration
          A representation of the model object 'Interface Declaration'.
 interface UnresolvedClassDeclaration
          A representation of the model object 'Unresolved Class Declaration'.
 interface UnresolvedInterfaceDeclaration
          A representation of the model object 'Unresolved Interface Declaration'.
 

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

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

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

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

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

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

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

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

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

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