|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassFile
A representation of the model object 'Class File'.
The following features are supported:
JavaPackage.getClassFile()| Method Summary | |
|---|---|
CompilationUnit |
getAttachedSource()
Returns the value of the 'Attached Source' reference. |
java.lang.String |
getOriginalFilePath()
Returns the value of the 'Original File Path' attribute. |
Package |
getPackage()
Returns the value of the 'Package' reference. |
AbstractTypeDeclaration |
getType()
Returns the value of the 'Type' reference. |
void |
setAttachedSource(CompilationUnit value)
Sets the value of the ' Attached Source' reference. |
void |
setOriginalFilePath(java.lang.String value)
Sets the value of the ' Original File Path' attribute. |
void |
setPackage(Package value)
Sets the value of the ' Package' reference. |
void |
setType(AbstractTypeDeclaration value)
Sets the value of the ' Type' reference. |
| Methods inherited from interface org.eclipse.gmt.modisco.java.NamedElement |
|---|
getName, getUsagesInImports, isProxy, setName, setProxy |
| Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
|---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
| Method Detail |
|---|
java.lang.String getOriginalFilePath()
If the meaning of the 'Original File Path' attribute isn't clear, there really should be more of a description here...
setOriginalFilePath(String),
JavaPackage.getClassFile_OriginalFilePath()void setOriginalFilePath(java.lang.String value)
Original File Path' attribute.
value - the new value of the 'Original File Path' attribute.getOriginalFilePath()AbstractTypeDeclaration getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(AbstractTypeDeclaration),
JavaPackage.getClassFile_Type()void setType(AbstractTypeDeclaration value)
Type' reference.
value - the new value of the 'Type' reference.getType()CompilationUnit getAttachedSource()
If the meaning of the 'Attached Source' reference isn't clear, there really should be more of a description here...
setAttachedSource(CompilationUnit),
JavaPackage.getClassFile_AttachedSource()void setAttachedSource(CompilationUnit value)
Attached Source' reference.
value - the new value of the 'Attached Source' reference.getAttachedSource()Package getPackage()
If the meaning of the 'Package' reference isn't clear, there really should be more of a description here...
setPackage(org.eclipse.gmt.modisco.java.Package),
JavaPackage.getClassFile_Package()void setPackage(Package value)
Package' reference.
value - the new value of the 'Package' reference.getPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||