Uses of Interface
gw.lang.parser.IReducedSymbol
-
-
Uses of IReducedSymbol in gw.internal.gosu.ir.nodes
Fields in gw.internal.gosu.ir.nodes declared as IReducedSymbol Modifier and Type Field Description private IReducedSymbolIRPropertyFromCapturedSymbol. _symbolprivate IReducedSymbolIRPropertyFromDynamicSymbol. _symbolMethods in gw.internal.gosu.ir.nodes with parameters of type IReducedSymbol Modifier and Type Method Description static IRPropertyIRPropertyFactory. createIRProperty(ICompilableTypeInternal owningType, IReducedSymbol cs)static IRPropertyIRPropertyFactory. createIRProperty(IReducedSymbol ds)Constructors in gw.internal.gosu.ir.nodes with parameters of type IReducedSymbol Constructor Description IRPropertyFromCapturedSymbol(ICompilableTypeInternal owningType, IReducedSymbol symbol)IRPropertyFromDynamicSymbol(IReducedSymbol symbol) -
Uses of IReducedSymbol in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IReducedSymbol Modifier and Type Method Description protected ICompilableTypeInternalAbstractElementTransformer. 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 IReducedSymbol Modifier and Type Method Description private intIdentifierTransformer. 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 Modifier and Type Method Description static IRelativeTypeInfo.AccessibilityAccessibilityUtil. forSymbol(IReducedSymbol symbol) -
Uses of IReducedSymbol in gw.internal.gosu.parser
Subinterfaces of IReducedSymbol in gw.internal.gosu.parser Modifier and Type Interface Description interfaceIReducedDelegateFunctionSymbolFields in gw.internal.gosu.parser declared as IReducedSymbol Modifier and Type Field Description private IReducedSymbolGosuMethodParamInfo. _arg(package private) IReducedSymbolReducedSymbol.SyntheticSymbol. _reducedSymFields in gw.internal.gosu.parser with type parameters of type IReducedSymbol Modifier and Type Field Description private java.util.List<IReducedSymbol>ReducedDynamicFunctionSymbol. _argsMethods in gw.internal.gosu.parser that return IReducedSymbol Modifier and Type Method Description IReducedSymbolMemberFieldSymbol. createReducedSymbol()IReducedSymbolSymbol. createReducedSymbol()IReducedSymbolReducedSymbol.SyntheticSymbol. getReducedSymbol()Methods in gw.internal.gosu.parser that return types with arguments of type IReducedSymbol Modifier and Type Method Description java.util.List<IReducedSymbol>AbstractGenericMethodInfo. getArgs()java.util.List<IReducedSymbol>ReducedDynamicFunctionSymbol. getArgs()private java.util.List<IReducedSymbol>ReducedDynamicFunctionSymbol. makeArgs(IDynamicFunctionSymbol dfs)Method parameters in gw.internal.gosu.parser with type arguments of type IReducedSymbol Modifier and Type Method Description static java.util.List<ISymbol>ReducedSymbol. makeArgs(java.util.List<IReducedSymbol> args)Constructors in gw.internal.gosu.parser with parameters of type IReducedSymbol Constructor Description GosuMethodParamInfo(IFeatureInfo container, IReducedSymbol arg, IType type)SyntheticSymbol(IReducedSymbol reducedSym, java.lang.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 Modifier and Type Class Description static classCompileTimeExpressionParser.CompileTimeFieldSymbol -
Uses of IReducedSymbol in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement IReducedSymbol Modifier and Type Class Description static classTemplateGenerator.LockedDownSymbol -
Uses of IReducedSymbol in gw.lang.parser
Subinterfaces of IReducedSymbol in gw.lang.parser Modifier and Type Interface Description interfaceICapturedSymbolinterfaceIDynamicFunctionSymbolinterfaceIDynamicPropertySymbolinterfaceIDynamicSymbolinterfaceIFunctionSymbolinterfaceIInitConstructorFunctionSymbolinterfaceIInitializerSymbolinterfaceIInjectedSymbolinterfaceINonCapturableSymbolinterfaceIProgramClassFunctionSymbolinterfaceIReducedDynamicFunctionSymbolinterfaceIReducedDynamicPropertySymbolinterfaceISymbolinterfaceITypedSymbolClasses in gw.lang.parser that implement IReducedSymbol Modifier and Type Class Description classDefaultReducedSymbolMethods in gw.lang.parser that return IReducedSymbol Modifier and Type Method Description IReducedSymbolDefaultReducedSymbol. createReducedSymbol()IReducedSymbolISymbol. createReducedSymbol()Methods in gw.lang.parser that return types with arguments of type IReducedSymbol Modifier and Type Method Description java.util.List<IReducedSymbol>IReducedDynamicFunctionSymbol. getArgs() -
Uses of IReducedSymbol in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return types with arguments of type IReducedSymbol Modifier and Type Method Description java.util.List<IReducedSymbol>IGosuConstructorInfo. getArgs()java.util.List<IReducedSymbol>IGosuMethodInfo. getArgs()
-