Class ReducedThisConstructorFunctionSymbol
java.lang.Object
gw.internal.gosu.parser.ReducedSymbol
gw.internal.gosu.parser.ReducedDynamicFunctionSymbol
gw.internal.gosu.parser.ReducedThisConstructorFunctionSymbol
- All Implemented Interfaces:
IReducedDynamicFunctionSymbol, IReducedSymbol
-
Nested Class Summary
Nested classes/interfaces inherited from class ReducedSymbol
ReducedSymbol.SyntheticSymbol -
Field Summary
Fields inherited from class ReducedSymbol
_fullDescription -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ReducedDynamicFunctionSymbol
equals, getAnnotations, getArgs, getArgTypes, getBackingDfs, getFullDescription, getMethodOrConstructorInfo, getReturnType, getSuperDfs, hashCode, invoke, isConstructor, isSuperOrThisConstructor, isVarPropertyGet, isVarPropertySetMethods inherited from class ReducedSymbol
getDefaultValueExpression, getDisplayName, getGosuClass, getIndex, getModifiers, getName, getScriptPart, getSymbolClass, getType, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isReified, isStatic, isValueBoxed, makeArgs, setTypeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IReducedDynamicFunctionSymbol
getDisplayName, getGosuClass, getModifiers, getName, getScriptPart, getType, isStaticMethods inherited from interface IReducedSymbol
getDefaultValueExpression, getIndex, getSymbolClass, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isReified, isValueBoxed
-
Constructor Details
-
ReducedThisConstructorFunctionSymbol
ReducedThisConstructorFunctionSymbol(ThisConstructorFunctionSymbol dfs)
-