| 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 |
| Modifier and Type | Method and Description |
|---|---|
CompilationUnit |
ClassFile.getAttachedSource()
Returns the value of the 'Attached Source' reference.
|
CompilationUnit |
ASTNode.getOriginalCompilationUnit()
Returns the value of the 'Original Compilation Unit' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<CompilationUnit> |
Model.getCompilationUnits()
Returns the value of the 'Compilation Units' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassFile.setAttachedSource(CompilationUnit value)
Sets the value of the '
Attached Source' reference. |
void |
ASTNode.setOriginalCompilationUnit(CompilationUnit value)
Sets the value of the '
Original Compilation Unit' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompilationUnitImpl
An implementation of the model object 'Compilation Unit'.
|
| Modifier and Type | Method and Description |
|---|---|
CompilationUnit |
JavaFactoryImpl.createCompilationUnit() |
CompilationUnit |
ClassFileImpl.getAttachedSource() |
CompilationUnit |
ASTNodeImpl.getOriginalCompilationUnit() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<CompilationUnit> |
ModelImpl.getCompilationUnits() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassFileImpl.setAttachedSource(CompilationUnit newAttachedSource) |
void |
ASTNodeImpl.setOriginalCompilationUnit(CompilationUnit newOriginalCompilationUnit) |
| Modifier and Type | Method and Description |
|---|---|
CompilationUnit |
JavaFactory.createCompilationUnit()
Returns a new object of class 'Compilation Unit'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseCompilationUnit(CompilationUnit object)
Returns the result of interpreting the object as an instance of 'Compilation Unit'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.