Package gw.lang.reflect.java.asm
Class AsmBackingSourceFileHandle
java.lang.Object
gw.lang.reflect.java.asm.AsmBackingSourceFileHandle
- All Implemented Interfaces:
ISourceFileHandle
-
Field Details
-
_asmClass
-
_bTest
private boolean _bTest -
_file
-
_iOffset
private int _iOffset -
_iEnd
private int _iEnd
-
-
Constructor Details
-
AsmBackingSourceFileHandle
-
-
Method Details
-
getSource
- Specified by:
getSource
in interfaceISourceFileHandle
-
getParentType
- Specified by:
getParentType
in interfaceISourceFileHandle
-
getNamespace
- Specified by:
getNamespace
in interfaceISourceFileHandle
-
getFilePath
- Specified by:
getFilePath
in interfaceISourceFileHandle
-
getFile
- Specified by:
getFile
in interfaceISourceFileHandle
-
isTestClass
public boolean isTestClass()- Specified by:
isTestClass
in interfaceISourceFileHandle
-
isValid
public boolean isValid()- Specified by:
isValid
in interfaceISourceFileHandle
-
isStandardPath
public boolean isStandardPath()- Specified by:
isStandardPath
in interfaceISourceFileHandle
-
isIncludeModulePath
public boolean isIncludeModulePath()- Specified by:
isIncludeModulePath
in interfaceISourceFileHandle
-
cleanAfterCompile
public void cleanAfterCompile()- Specified by:
cleanAfterCompile
in interfaceISourceFileHandle
-
getClassType
- Specified by:
getClassType
in interfaceISourceFileHandle
-
getTypeNamespace
- Specified by:
getTypeNamespace
in interfaceISourceFileHandle
-
getRelativeName
- Specified by:
getRelativeName
in interfaceISourceFileHandle
-
setOffset
public void setOffset(int iOffset) - Specified by:
setOffset
in interfaceISourceFileHandle
-
getOffset
public int getOffset()- Specified by:
getOffset
in interfaceISourceFileHandle
-
setEnd
public void setEnd(int iEnd) - Specified by:
setEnd
in interfaceISourceFileHandle
-
getEnd
public int getEnd()- Specified by:
getEnd
in interfaceISourceFileHandle
-
getFileName
- Specified by:
getFileName
in interfaceISourceFileHandle
- Returns:
- a relative representation of the file appropriate for debugging/stack traces
-
toString
-