Package gw.internal.gosu.parser
Class InnerClassFileSystemSourceFileHandle
java.lang.Object
gw.internal.gosu.parser.InnerClassFileSystemSourceFileHandle
- All Implemented Interfaces:
ISourceFileHandle
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInnerClassFileSystemSourceFileHandle
(ClassType classType, String strEnclosingType, String strInnerClass, boolean bTestClass) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gw.lang.reflect.gs.ISourceFileHandle
getSource
-
Field Details
-
_strInnerClass
-
_strEnclosingType
-
_strNamespace
-
_bTestClass
private boolean _bTestClass -
_iOffset
private int _iOffset -
_iEnd
private int _iEnd -
_mark
private int _mark -
_classType
-
-
Constructor Details
-
InnerClassFileSystemSourceFileHandle
-
-
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
-
getMark
public int getMark() -
setMark
void setMark(int mark)
-