Uses of Interface
org.eclipse.gmt.modisco.java.ClassFile
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of ClassFile in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return ClassFile Modifier and Type Method Description ClassFileASTNode. getOriginalClassFile()Returns the value of the 'Original Class File' reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type ClassFile Modifier and Type Method Description org.eclipse.emf.common.util.EList<ClassFile>Archive. getClassFiles()Returns the value of the 'Class Files' containment reference list.org.eclipse.emf.common.util.EList<ClassFile>Model. getClassFiles()Returns the value of the 'Class Files' containment reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type ClassFile Modifier and Type Method Description voidASTNode. setOriginalClassFile(ClassFile value)Sets the value of the 'Original Class File' reference. -
Uses of ClassFile in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement ClassFile Modifier and Type Class Description classClassFileImplAn implementation of the model object 'Class File'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return ClassFile Modifier and Type Method Description ClassFileJavaFactoryImpl. createClassFile()ClassFileASTNodeImpl. getOriginalClassFile()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type ClassFile Modifier and Type Method Description org.eclipse.emf.common.util.EList<ClassFile>ArchiveImpl. getClassFiles()org.eclipse.emf.common.util.EList<ClassFile>ModelImpl. getClassFiles()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type ClassFile Modifier and Type Method Description voidASTNodeImpl. setOriginalClassFile(ClassFile newOriginalClassFile) -
Uses of ClassFile in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return ClassFile Modifier and Type Method Description ClassFileJavaFactory. createClassFile()Returns a new object of class 'Class File'. -
Uses of ClassFile in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type ClassFile Modifier and Type Method Description TJavaSwitch. caseClassFile(ClassFile object)Returns the result of interpreting the object as an instance of 'Class File'.