Uses of Interface
gw.lang.parser.ISource
-
Packages that use ISource Package Description gw.lang.parser gw.lang.reflect.gs gw.lang.reflect.java.asm -
-
Uses of ISource in gw.lang.parser
Classes in gw.lang.parser that implement ISource Modifier and Type Class Description classFileSourceclassStringSourceMethods in gw.lang.parser with parameters of type ISource Modifier and Type Method Description voidIGosuParser. 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 ISourceISourceFileHandle. getSource()ISourceLazyStringSourceFileHandle. getSource()ISourceStringSourceFileHandle. 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 ISourceAsmBackingSourceFileHandle. getSource()
-