Package gw.internal.gosu.parser
Class ReducedParameterizedDynamicPropertySymbol
java.lang.Object
gw.internal.gosu.parser.ReducedSymbol
gw.internal.gosu.parser.ReducedDynamicPropertySymbol
gw.internal.gosu.parser.ReducedParameterizedDynamicPropertySymbol
- All Implemented Interfaces:
IReducedDynamicPropertySymbol
,IReducedSymbol
-
Nested Class Summary
Nested classes/interfaces inherited from class gw.internal.gosu.parser.ReducedSymbol
ReducedSymbol.SyntheticSymbol
-
Field Summary
FieldsFields inherited from class gw.internal.gosu.parser.ReducedDynamicPropertySymbol
_dfsGetter, _dfsSetter
Fields inherited from class gw.internal.gosu.parser.ReducedSymbol
_fullDescription
-
Constructor Summary
ConstructorsConstructorDescriptionReducedParameterizedDynamicPropertySymbol
(ReducedDynamicPropertySymbol delegate, DynamicPropertySymbol dpsDelegate) -
Method Summary
Modifier and TypeMethodDescriptionprivate IType
getActualType
(IType propType, IGosuClassInternal ownerType) Methods inherited from class gw.internal.gosu.parser.ReducedDynamicPropertySymbol
getAnnotations, getAssignableType, getFunction, getGetterDfs, getImmediateGetterDfs, getImmediateSetterDfs, getParent, getSetterDfs, getVarIdentifier, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isReadable, isStatic, isWritable
Methods inherited from class gw.internal.gosu.parser.ReducedSymbol
equals, getDefaultValueExpression, getDisplayName, getFullDescription, getGosuClass, getIndex, getModifiers, getName, getScriptPart, getSymbolClass, getType, hasTypeVariables, isReified, isValueBoxed, makeArgs, setType
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gw.lang.parser.IReducedSymbol
getDefaultValueExpression, getDisplayName, getFullDescription, getGosuClass, getIndex, getModifiers, getName, getScriptPart, getSymbolClass, getType, hasTypeVariables, isReified, isValueBoxed
-
Field Details
-
_delegate
-
-
Constructor Details
-
ReducedParameterizedDynamicPropertySymbol
public ReducedParameterizedDynamicPropertySymbol(ReducedDynamicPropertySymbol delegate, DynamicPropertySymbol dpsDelegate)
-
-
Method Details
-
getDelegate
-
getActualType
-