Uses of Interface
gw.lang.parser.ISource
-
Packages that use ISource Package Description gw.internal.gosu.parser gw.lang.parser gw.lang.reflect.gs gw.lang.reflect.java.asm -
-
Uses of ISource in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ISource Modifier and Type Method Description ISource
FileSystemGosuClassRepository.FileSystemSourceFileHandle. getSource()
ISource
InnerClassFileSystemSourceFileHandle. getSource()
Methods in gw.internal.gosu.parser with parameters of type ISource Modifier and Type Method Description void
GosuParser. setScript(ISource src)
-
Uses of ISource in gw.lang.parser
Classes in gw.lang.parser that implement ISource Modifier and Type Class Description class
FileSource
class
StringSource
Methods in gw.lang.parser with parameters of type ISource Modifier and Type Method Description void
IGosuParser. setScript(ISource reader)
Set the script or expression to parse and execute. -
Uses of ISource in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return ISource Modifier and Type Method Description ISource
ISourceFileHandle. getSource()
default ISource
ISourceFileHandle. getSource(boolean header)
ISource
LazyStringSourceFileHandle. getSource()
ISource
LazyStringSourceFileHandle. getSource(boolean header)
ISource
StringSourceFileHandle. getSource()
-
Uses of ISource in gw.lang.reflect.java.asm
Methods in gw.lang.reflect.java.asm that return ISource Modifier and Type Method Description ISource
AsmBackingSourceFileHandle. getSource()
-