Uses of Interface
gw.lang.parser.IReducedSymbol
Packages that use IReducedSymbol
Package
Description
-
Uses of IReducedSymbol in gw.internal.gosu.ir.nodes
Fields in gw.internal.gosu.ir.nodes declared as IReducedSymbolModifier and TypeFieldDescriptionprivate IReducedSymbol
IRPropertyFromCapturedSymbol._symbol
private IReducedSymbol
IRPropertyFromDynamicSymbol._symbol
Methods in gw.internal.gosu.ir.nodes with parameters of type IReducedSymbolModifier and TypeMethodDescriptionstatic IRProperty
IRPropertyFactory.createIRProperty
(ICompilableTypeInternal owningType, IReducedSymbol cs) static IRProperty
IRPropertyFactory.createIRProperty
(IReducedSymbol ds) Constructors in gw.internal.gosu.ir.nodes with parameters of type IReducedSymbolModifierConstructorDescriptionIRPropertyFromCapturedSymbol
(ICompilableTypeInternal owningType, IReducedSymbol symbol) -
Uses of IReducedSymbol in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IReducedSymbolModifier and TypeMethodDescriptionprotected ICompilableTypeInternal
AbstractElementTransformer.isMemberOnEnclosingType
(IReducedSymbol symbol) -
Uses of IReducedSymbol in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type IReducedSymbolModifier and TypeMethodDescriptionprivate int
IdentifierTransformer.getArrayDims
(IReducedSymbol reducedSym) -
Uses of IReducedSymbol in gw.internal.gosu.ir.transform.util
Methods in gw.internal.gosu.ir.transform.util with parameters of type IReducedSymbol -
Uses of IReducedSymbol in gw.internal.gosu.parser
Subinterfaces of IReducedSymbol in gw.internal.gosu.parserClasses in gw.internal.gosu.parser that implement IReducedSymbolModifier and TypeClassDescriptionclass
class
class
A symbol that has been captured from an outer lexical scopestatic class
class
class
Represents a parsed function as specified in the Gosu spec.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Deprecated.class
class
class
class
class
class
class
class
static class
class
class
class
Base class for all symbols in the symbol table.class
class
class
class
class
class
Fields in gw.internal.gosu.parser declared as IReducedSymbolModifier and TypeFieldDescriptionprivate IReducedSymbol
GosuMethodParamInfo._arg
(package private) IReducedSymbol
ReducedSymbol.SyntheticSymbol._reducedSym
Fields in gw.internal.gosu.parser with type parameters of type IReducedSymbolMethods in gw.internal.gosu.parser that return IReducedSymbolModifier and TypeMethodDescriptionMemberFieldSymbol.createReducedSymbol()
Symbol.createReducedSymbol()
ReducedSymbol.SyntheticSymbol.getReducedSymbol()
Methods in gw.internal.gosu.parser that return types with arguments of type IReducedSymbolModifier and TypeMethodDescriptionAbstractGenericMethodInfo.getArgs()
ReducedDynamicFunctionSymbol.getArgs()
private List<IReducedSymbol>
ReducedDynamicFunctionSymbol.makeArgs
(IDynamicFunctionSymbol dfs) Method parameters in gw.internal.gosu.parser with type arguments of type IReducedSymbolConstructors in gw.internal.gosu.parser with parameters of type IReducedSymbolModifierConstructorDescriptionGosuMethodParamInfo
(IFeatureInfo container, IReducedSymbol arg, IType type) SyntheticSymbol
(IReducedSymbol reducedSym, String name, IType type, IExpression defaultValue) -
Uses of IReducedSymbol in gw.internal.gosu.parser.java.classinfo
Classes in gw.internal.gosu.parser.java.classinfo that implement IReducedSymbol -
Uses of IReducedSymbol in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement IReducedSymbol -
Uses of IReducedSymbol in gw.lang.parser
Subinterfaces of IReducedSymbol in gw.lang.parserModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
Classes in gw.lang.parser that implement IReducedSymbolMethods in gw.lang.parser that return IReducedSymbolModifier and TypeMethodDescriptionDefaultReducedSymbol.createReducedSymbol()
ISymbol.createReducedSymbol()
Methods in gw.lang.parser that return types with arguments of type IReducedSymbol -
Uses of IReducedSymbol in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return types with arguments of type IReducedSymbol