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 IGosuFragmentGosuFragmentParser. parseExpressionOnly(java.lang.String script, ISymbolTable table, ParserOptions options)IGosuFragmentGosuFragmentParser. parseExpressionOrProgram(java.lang.String script, ISymbolTable table, ParserOptions options)private IGosuFragmentGosuFragmentParser. parseImpl(java.lang.String script, ISymbolTable table, ParserOptions options, java.lang.String name, java.util.HashMap<java.lang.String,ISymbol> externalSymbols, boolean parseExpression)IGosuFragmentGosuFragmentParser. parseProgramOnly(java.lang.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 classGosuFragmentDeprecated.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 IGosuFragmentIGosuFragmentParser. parseExpressionOnly(java.lang.String script, ISymbolTable table, ParserOptions options)IGosuFragmentIGosuFragmentParser. parseExpressionOrProgram(java.lang.String script, ISymbolTable table, ParserOptions options)IGosuFragmentIGosuFragmentParser. parseProgramOnly(java.lang.String script, ISymbolTable table, ParserOptions options) -
Uses of IGosuFragment in gw.lang.reflect
Fields in gw.lang.reflect with type parameters of type IGosuFragment Modifier and Type Field Description private WeakFqnCache<IGosuFragment>FragmentCache. _fragmentsByNameMethods in gw.lang.reflect that return IGosuFragment Modifier and Type Method Description IGosuFragmentFragmentCache. get(java.lang.String strFullyQualifiedName)Methods in gw.lang.reflect with parameters of type IGosuFragment Modifier and Type Method Description voidFragmentCache. addFragment(IGosuFragment fragment)
-