Package gw.internal.gosu.parser
Class ReducedParameterizedDynamicFunctionSymbol
java.lang.Object
gw.internal.gosu.parser.ReducedSymbol
gw.internal.gosu.parser.ReducedDynamicFunctionSymbol
gw.internal.gosu.parser.ReducedParameterizedDynamicFunctionSymbol
- All Implemented Interfaces:
IReducedDynamicFunctionSymbol
,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.ReducedSymbol
_fullDescription
-
Constructor Summary
ConstructorsConstructorDescriptionReducedParameterizedDynamicFunctionSymbol
(ReducedDynamicFunctionSymbol rdfsDelegate, ParameterizedDynamicFunctionSymbol dfs) -
Method Summary
Methods inherited from class gw.internal.gosu.parser.ReducedDynamicFunctionSymbol
equals, getAnnotations, getArgs, getArgTypes, getFullDescription, getMethodOrConstructorInfo, getReturnType, getSuperDfs, hashCode, invoke, isConstructor, isSuperOrThisConstructor, isVarPropertyGet, isVarPropertySet
Methods inherited from class gw.internal.gosu.parser.ReducedSymbol
getDefaultValueExpression, getDisplayName, getGosuClass, getIndex, getModifiers, getName, getScriptPart, getSymbolClass, getType, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isReified, isStatic, isValueBoxed, makeArgs, setType
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gw.lang.parser.IReducedDynamicFunctionSymbol
getDisplayName, getGosuClass, getModifiers, getName, getScriptPart, getType, isStatic
Methods inherited from interface gw.lang.parser.IReducedSymbol
getDefaultValueExpression, getIndex, getSymbolClass, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isReified, isValueBoxed
-
Field Details
-
_delegate
-
-
Constructor Details
-
ReducedParameterizedDynamicFunctionSymbol
ReducedParameterizedDynamicFunctionSymbol(ReducedDynamicFunctionSymbol rdfsDelegate, ParameterizedDynamicFunctionSymbol dfs)
-
-
Method Details
-
getBackingDfs
- Specified by:
getBackingDfs
in interfaceIReducedDynamicFunctionSymbol
- Overrides:
getBackingDfs
in classReducedDynamicFunctionSymbol
-