Uses of Interface
gw.lang.gosuc.ICustomParser
-
Packages that use ICustomParser Package Description gw.lang gw.lang.gosuc gw.lang.reflect -
-
Uses of ICustomParser in gw.lang
Methods in gw.lang with parameters of type ICustomParser Modifier and Type Method Description static IGosucGosuShop. 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 GosucProjectGosucProject. parse(GosucProjectParser parser, ICustomParser custParser)static GosucProjectGosucProjectParser. parse(InputStream file, ICustomParser custParser)static GosucProjectGosucProjectParser. 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 IGosucITypeSystem. makeGosucCompiler(String gosucProjectFile, ICustomParser custParser)
-