public class AsmBackingSourceFileHandle extends Object implements ISourceFileHandle
| Constructor and Description |
|---|
AsmBackingSourceFileHandle(IFile file,
AsmClass asmClass,
boolean bTest) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanAfterCompile() |
ClassType |
getClassType() |
int |
getEnd() |
IFile |
getFile() |
String |
getFileName() |
String |
getFilePath() |
String |
getNamespace() |
int |
getOffset() |
String |
getParentType() |
String |
getRelativeName() |
ISource |
getSource() |
String |
getTypeNamespace() |
boolean |
isIncludeModulePath() |
boolean |
isStandardPath() |
boolean |
isTestClass() |
boolean |
isValid() |
void |
setEnd(int iEnd) |
void |
setOffset(int iOffset) |
String |
toString() |
public ISource getSource()
getSource in interface ISourceFileHandlepublic String getParentType()
getParentType in interface ISourceFileHandlepublic String getNamespace()
getNamespace in interface ISourceFileHandlepublic String getFilePath()
getFilePath in interface ISourceFileHandlepublic IFile getFile()
getFile in interface ISourceFileHandlepublic boolean isTestClass()
isTestClass in interface ISourceFileHandlepublic boolean isValid()
isValid in interface ISourceFileHandlepublic boolean isStandardPath()
isStandardPath in interface ISourceFileHandlepublic boolean isIncludeModulePath()
isIncludeModulePath in interface ISourceFileHandlepublic void cleanAfterCompile()
cleanAfterCompile in interface ISourceFileHandlepublic ClassType getClassType()
getClassType in interface ISourceFileHandlepublic String getTypeNamespace()
getTypeNamespace in interface ISourceFileHandlepublic String getRelativeName()
getRelativeName in interface ISourceFileHandlepublic void setOffset(int iOffset)
setOffset in interface ISourceFileHandlepublic int getOffset()
getOffset in interface ISourceFileHandlepublic void setEnd(int iEnd)
setEnd in interface ISourceFileHandlepublic int getEnd()
getEnd in interface ISourceFileHandlepublic String getFileName()
getFileName in interface ISourceFileHandleCopyright © 2019. All rights reserved.