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, waitMethods 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:
getSourcein interfaceISourceFileHandle
-
getParentType
- Specified by:
getParentTypein interfaceISourceFileHandle
-
getNamespace
- Specified by:
getNamespacein interfaceISourceFileHandle
-
getFilePath
- Specified by:
getFilePathin interfaceISourceFileHandle
-
getFile
- Specified by:
getFilein interfaceISourceFileHandle
-
isTestClass
public boolean isTestClass()- Specified by:
isTestClassin interfaceISourceFileHandle
-
isValid
public boolean isValid()- Specified by:
isValidin interfaceISourceFileHandle
-
isStandardPath
public boolean isStandardPath()- Specified by:
isStandardPathin interfaceISourceFileHandle
-
isIncludeModulePath
public boolean isIncludeModulePath()- Specified by:
isIncludeModulePathin interfaceISourceFileHandle
-
cleanAfterCompile
public void cleanAfterCompile()- Specified by:
cleanAfterCompilein interfaceISourceFileHandle
-
getClassType
- Specified by:
getClassTypein interfaceISourceFileHandle
-
getTypeNamespace
- Specified by:
getTypeNamespacein interfaceISourceFileHandle
-
getRelativeName
- Specified by:
getRelativeNamein interfaceISourceFileHandle
-
setOffset
public void setOffset(int iOffset) - Specified by:
setOffsetin interfaceISourceFileHandle
-
getOffset
public int getOffset()- Specified by:
getOffsetin interfaceISourceFileHandle
-
setEnd
public void setEnd(int iEnd) - Specified by:
setEndin interfaceISourceFileHandle
-
getEnd
public int getEnd()- Specified by:
getEndin interfaceISourceFileHandle
-
getFileName
- Specified by:
getFileNamein interfaceISourceFileHandle- Returns:
- a relative representation of the file appropriate for debugging/stack traces
-
getMark
public int getMark() -
setMark
void setMark(int mark)
-