Uses of Interface
gw.lang.gosuc.ICustomParser
-
Packages that use ICustomParser Package Description gw.internal.gosu.parser gw.lang gw.lang.gosuc gw.lang.reflect -
-
Uses of ICustomParser in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type ICustomParser Modifier and Type Method Description IGosuc
TypeLoaderAccess. makeGosucCompiler(String gosucProjectFile, ICustomParser custParser)
-
Uses of ICustomParser in gw.lang
Methods in gw.lang with parameters of type ICustomParser Modifier and Type Method Description static IGosuc
GosuShop. makeGosucCompiler(String gosucProjectFile, ICustomParser custParser)
-
Uses of ICustomParser in gw.lang.gosuc
Methods in gw.lang.gosuc with parameters of type ICustomParser Modifier and Type Method Description static GosucProject
GosucProject. parse(GosucProjectParser parser, ICustomParser custParser)
static GosucProject
GosucProjectParser. parse(InputStream file, ICustomParser custParser)
static GosucProject
GosucProjectParser. parse(String strContent, ICustomParser custParser)
Constructors in gw.lang.gosuc with parameters of type ICustomParser Constructor Description Gosuc(ICustomParser custParser, String projectFileContent)
Gosuc(String projectFile, ICustomParser custParser)
-
Uses of ICustomParser in gw.lang.reflect
Methods in gw.lang.reflect with parameters of type ICustomParser Modifier and Type Method Description IGosuc
ITypeSystem. makeGosucCompiler(String gosucProjectFile, ICustomParser custParser)
-