Uses of Interface
gw.lang.gosuc.ICustomParser
Packages that use ICustomParser
-
Uses of ICustomParser in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type ICustomParserModifier and TypeMethodDescriptionTypeLoaderAccess.makeGosucCompiler(String gosucProjectFile, ICustomParser custParser) -
Uses of ICustomParser in gw.lang
Methods in gw.lang with parameters of type ICustomParserModifier and TypeMethodDescriptionstatic IGosucGosuShop.makeGosucCompiler(String gosucProjectFile, ICustomParser custParser) -
Uses of ICustomParser in gw.lang.gosuc
Methods in gw.lang.gosuc that return ICustomParserMethods in gw.lang.gosuc with parameters of type ICustomParserModifier and TypeMethodDescriptionstatic 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 ICustomParserModifierConstructorDescriptionGosuc(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 ICustomParserModifier and TypeMethodDescriptionITypeSystem.makeGosucCompiler(String gosucProjectFile, ICustomParser custParser)