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 ISourcegetSource()StringgetTypeNamespace()-
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:
getTypeNamespacein interfaceISourceFileHandle- Overrides:
getTypeNamespacein classStringSourceFileHandle
-
getSource
public ISource getSource()
- Specified by:
getSourcein interfaceISourceFileHandle- Overrides:
getSourcein classStringSourceFileHandle
-
-