Uses of Interface
gw.lang.reflect.gs.IGosuFragment
-
Packages that use IGosuFragment Package Description gw.internal.gosu.parser gw.internal.gosu.parser.fragments gw.lang.parser gw.lang.reflect -
-
Uses of IGosuFragment in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IGosuFragment Modifier and Type Method Description IGosuFragment
GosuFragmentParser. parseExpressionOnly(String script, ISymbolTable table, ParserOptions options)
IGosuFragment
GosuFragmentParser. parseExpressionOrProgram(String script, ISymbolTable table, ParserOptions options)
IGosuFragment
GosuFragmentParser. parseProgramOnly(String script, ISymbolTable table, ParserOptions options)
-
Uses of IGosuFragment in gw.internal.gosu.parser.fragments
Classes in gw.internal.gosu.parser.fragments that implement IGosuFragment Modifier and Type Class Description class
GosuFragment
Deprecated.DO NOT USE THIS CLASS! This is here exclusively for PCF types. -
Uses of IGosuFragment in gw.lang.parser
Methods in gw.lang.parser that return IGosuFragment Modifier and Type Method Description IGosuFragment
IGosuFragmentParser. parseExpressionOnly(String script, ISymbolTable table, ParserOptions options)
IGosuFragment
IGosuFragmentParser. parseExpressionOrProgram(String script, ISymbolTable table, ParserOptions options)
IGosuFragment
IGosuFragmentParser. parseProgramOnly(String script, ISymbolTable table, ParserOptions options)
-
Uses of IGosuFragment in gw.lang.reflect
Methods in gw.lang.reflect that return IGosuFragment Modifier and Type Method Description IGosuFragment
FragmentCache. get(String strFullyQualifiedName)
Methods in gw.lang.reflect with parameters of type IGosuFragment Modifier and Type Method Description void
FragmentCache. addFragment(IGosuFragment fragment)
-