Uses of Interface
org.eclipse.gmt.modisco.java.ClassFile
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.meta | |
| org.eclipse.gmt.modisco.java.emf.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.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement ClassFile Modifier and Type Class Description classClassFileImplAn implementation of the model object 'Class File'.Fields in org.eclipse.gmt.modisco.java.emf.impl declared as ClassFile Modifier and Type Field Description protected ClassFileASTNodeImpl. originalClassFileThe cached value of the 'Original Class File' reference.Fields in org.eclipse.gmt.modisco.java.emf.impl with type parameters of type ClassFile Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ClassFile>ArchiveImpl. classFilesThe cached value of the 'Class Files' containment reference list.protected org.eclipse.emf.common.util.EList<ClassFile>ModelImpl. classFilesThe cached value of the 'Class Files' containment reference list.Methods in org.eclipse.gmt.modisco.java.emf.impl that return ClassFile Modifier and Type Method Description ClassFileASTNodeImpl. basicGetOriginalClassFile()ClassFileJavaFactoryImpl. createClassFile()ClassFileASTNodeImpl. getOriginalClassFile()Methods in org.eclipse.gmt.modisco.java.emf.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.emf.impl with parameters of type ClassFile Modifier and Type Method Description voidASTNodeImpl. setOriginalClassFile(ClassFile newOriginalClassFile) -
Uses of ClassFile in org.eclipse.gmt.modisco.java.emf.meta
Methods in org.eclipse.gmt.modisco.java.emf.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.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.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'.