Package gw.lang.reflect.gs
Class LazyStringSourceFileHandle
- java.lang.Object
-
- gw.lang.reflect.gs.StringSourceFileHandle
-
- gw.lang.reflect.gs.LazyStringSourceFileHandle
-
- All Implemented Interfaces:
ISourceFileHandle
public class LazyStringSourceFileHandle extends StringSourceFileHandle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISource
getSource()
ISource
getSource(boolean header)
String
getTypeNamespace()
-
Methods inherited from class gw.lang.reflect.gs.StringSourceFileHandle
cleanAfterCompile, getCapturedTypeVars, getClassType, getEnd, getExternalSymbols, getFile, getFileName, getFilePath, getNamespace, getOffset, getParentType, getRawSource, getRelativeName, getTypeName, getTypeUsesMap, isIncludeModulePath, isStandardPath, isTestClass, isValid, setCapturedTypeVars, setEnd, setExternalSymbols, setFilePath, setOffset, setParentType, setRawSource, setTypeUsesMap, toString
-
-
-
-
Method Detail
-
getTypeNamespace
public String getTypeNamespace()
- Specified by:
getTypeNamespace
in interfaceISourceFileHandle
- Overrides:
getTypeNamespace
in classStringSourceFileHandle
-
getSource
public ISource getSource()
- Specified by:
getSource
in interfaceISourceFileHandle
- Overrides:
getSource
in classStringSourceFileHandle
-
getSource
public ISource getSource(boolean header)
-
-