Uses of Interface
gw.lang.parser.IReducedSymbol
-
-
Uses of IReducedSymbol in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes with parameters of type IReducedSymbol Modifier and Type Method Description static IRProperty
IRPropertyFactory. createIRProperty(ICompilableTypeInternal owningType, IReducedSymbol cs)
static IRProperty
IRPropertyFactory. 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 ICompilableTypeInternal
AbstractElementTransformer. isMemberOnEnclosingType(IReducedSymbol symbol)
-
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.Accessibility
AccessibilityUtil. forSymbol(IReducedSymbol symbol)
-
Uses of IReducedSymbol in gw.internal.gosu.parser
Subinterfaces of IReducedSymbol in gw.internal.gosu.parser Modifier and Type Interface Description interface
IReducedDelegateFunctionSymbol
Methods in gw.internal.gosu.parser that return IReducedSymbol Modifier and Type Method Description IReducedSymbol
MemberFieldSymbol. createReducedSymbol()
IReducedSymbol
Symbol. createReducedSymbol()
IReducedSymbol
ReducedSymbol.SyntheticSymbol. getReducedSymbol()
Methods in gw.internal.gosu.parser that return types with arguments of type IReducedSymbol Modifier and Type Method Description List<IReducedSymbol>
AbstractGenericMethodInfo. getArgs()
List<IReducedSymbol>
ReducedDynamicFunctionSymbol. getArgs()
Method parameters in gw.internal.gosu.parser with type arguments of type IReducedSymbol Modifier and Type Method Description static List<ISymbol>
ReducedSymbol. makeArgs(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, 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 class
CompileTimeExpressionParser.CompileTimeFieldSymbol
-
Uses of IReducedSymbol in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement IReducedSymbol Modifier and Type Class Description static class
TemplateGenerator.LockedDownSymbol
-
Uses of IReducedSymbol in gw.lang.parser
Subinterfaces of IReducedSymbol in gw.lang.parser Modifier and Type Interface Description interface
ICapturedSymbol
interface
IDynamicFunctionSymbol
interface
IDynamicPropertySymbol
interface
IDynamicSymbol
interface
IFunctionSymbol
interface
IInitConstructorFunctionSymbol
interface
IInitializerSymbol
interface
IInjectedSymbol
interface
INonCapturableSymbol
interface
IProgramClassFunctionSymbol
interface
IReducedDynamicFunctionSymbol
interface
IReducedDynamicPropertySymbol
interface
ISymbol
interface
ITypedSymbol
Classes in gw.lang.parser that implement IReducedSymbol Modifier and Type Class Description class
DefaultReducedSymbol
Methods in gw.lang.parser that return IReducedSymbol Modifier and Type Method Description IReducedSymbol
DefaultReducedSymbol. createReducedSymbol()
IReducedSymbol
ISymbol. createReducedSymbol()
Methods in gw.lang.parser that return types with arguments of type IReducedSymbol Modifier and Type Method Description 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 List<IReducedSymbol>
IGosuConstructorInfo. getArgs()
List<IReducedSymbol>
IGosuMethodInfo. getArgs()
-