Uses of Interface
org.eclipse.gmt.modisco.java.CompilationUnit
| 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 CompilationUnit in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return CompilationUnit Modifier and Type Method Description CompilationUnitClassFile. getAttachedSource()Returns the value of the 'Attached Source' reference.CompilationUnitASTNode. getOriginalCompilationUnit()Returns the value of the 'Original Compilation Unit' reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type CompilationUnit Modifier and Type Method Description org.eclipse.emf.common.util.EList<CompilationUnit>Model. getCompilationUnits()Returns the value of the 'Compilation Units' containment reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type CompilationUnit Modifier and Type Method Description voidClassFile. setAttachedSource(CompilationUnit value)Sets the value of the 'Attached Source' reference.voidASTNode. setOriginalCompilationUnit(CompilationUnit value)Sets the value of the 'Original Compilation Unit' reference. -
Uses of CompilationUnit in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement CompilationUnit Modifier and Type Class Description classCompilationUnitImplAn implementation of the model object 'Compilation Unit'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return CompilationUnit Modifier and Type Method Description CompilationUnitJavaFactoryImpl. createCompilationUnit()CompilationUnitClassFileImpl. getAttachedSource()CompilationUnitASTNodeImpl. getOriginalCompilationUnit()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type CompilationUnit Modifier and Type Method Description org.eclipse.emf.common.util.EList<CompilationUnit>ModelImpl. getCompilationUnits()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type CompilationUnit Modifier and Type Method Description voidClassFileImpl. setAttachedSource(CompilationUnit newAttachedSource)voidASTNodeImpl. setOriginalCompilationUnit(CompilationUnit newOriginalCompilationUnit) -
Uses of CompilationUnit in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return CompilationUnit Modifier and Type Method Description CompilationUnitJavaFactory. createCompilationUnit()Returns a new object of class 'Compilation Unit'. -
Uses of CompilationUnit in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type CompilationUnit Modifier and Type Method Description TJavaSwitch. caseCompilationUnit(CompilationUnit object)Returns the result of interpreting the object as an instance of 'Compilation Unit'.