Package gw.internal.gosu.parser
Class ReducedSymbol.SyntheticSymbol
java.lang.Object
gw.internal.gosu.parser.Symbol
gw.internal.gosu.parser.ReducedSymbol.SyntheticSymbol
- All Implemented Interfaces:
IFunctionSymbol
,IHasType
,IReducedSymbol
,ISymbol
- Enclosing class:
- ReducedSymbol
-
Field Summary
FieldsFields inherited from class gw.internal.gosu.parser.Symbol
_bGlobal, _iIndex, _stackProvider, _symbolTable, _value, MEMBER_STACK_PROVIDER
-
Constructor Summary
ConstructorsConstructorDescriptionSyntheticSymbol
(IReducedSymbol reducedSym, String name, IType type, IExpression defaultValue) -
Method Summary
Methods inherited from class gw.internal.gosu.parser.Symbol
assignIndex, assignIndexInStack, canBeCaptured, createReducedSymbol, equals, getAnnotations, getDefaultValueExpression, getDisplayName, getDynamicSymbolTable, getFullDescription, getGosuClass, getIndex, getLightWeightReference, getModifierInfo, getModifiers, getName, getScriptPart, getSignatureDescription, getSymbolClass, getType, getValue, getValueDirectly, hasDynamicSymbolTable, hasTypeVariables, invoke, isAbstract, isClassMember, isFinal, isFromJava, isHide, isImplicitlyInitialized, isInternal, isLocal, isOverride, isPrivate, isProtected, isPublic, isReified, isStackSymbol, isStatic, isValueBoxed, isWritable, makeCapturedSymbol, renameAsErrantDuplicate, replaceModifierInfo, setAbstract, setClassMember, setDefaultValueExpression, setDynamicSymbolTable, setFinal, setHide, setIndex, setInternal, setModifierInfo, setModifiers, setName, setOverride, setPrivate, setProtected, setPublic, setReified, setStatic, setType, setValue, setValueDirectly, setValueIsBoxed, toString
-
Field Details
-
_reducedSym
IReducedSymbol _reducedSym
-
-
Constructor Details
-
SyntheticSymbol
public SyntheticSymbol(IReducedSymbol reducedSym, String name, IType type, IExpression defaultValue)
-
-
Method Details
-
getReducedSymbol
-