public interface ISourceFileHandle
| 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) |
ISource getSource()
String getParentType()
String getNamespace()
String getFilePath()
boolean isTestClass()
boolean isValid()
boolean isStandardPath()
boolean isIncludeModulePath()
void cleanAfterCompile()
ClassType getClassType()
String getTypeNamespace()
String getRelativeName()
void setOffset(int iOffset)
int getOffset()
void setEnd(int iEnd)
int getEnd()
String getFileName()
IFile getFile()
Copyright © 2022. All rights reserved.