Package gw.lang.parser
Interface IInitConstructorFunctionSymbol
-
- All Superinterfaces:
IDynamicFunctionSymbol
,IDynamicSymbol
,IFunctionSymbol
,IHasType
,IReducedSymbol
,ISymbol
- All Known Implementing Classes:
InitConstructorFunctionSymbol
public interface IInitConstructorFunctionSymbol extends IDynamicFunctionSymbol
-
-
Method Summary
-
Methods inherited from interface gw.lang.parser.IDynamicFunctionSymbol
createReducedSymbol, getArgs, getArgTypes, getBackingDfs, getDeclaringTypeInfo, getDeclFunctionStmt, getInitializer, getMethodOrConstructorInfo, getMethodOrConstructorInfo, getMethodSignature, getParameterDisplay, getReturnType, getSuperDfs, getValueDirectly, isConstructor, isOverride, isStatic
-
Methods inherited from interface gw.lang.parser.IDynamicSymbol
getGosuClass, getScriptPart
-
Methods inherited from interface gw.lang.parser.IFunctionSymbol
getModifiers, getSignatureDescription, invoke, isFromJava, isStackSymbol
-
Methods inherited from interface gw.lang.parser.IReducedSymbol
getAnnotations, getFullDescription, getSymbolClass, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isReified
-
Methods inherited from interface gw.lang.parser.ISymbol
canBeCaptured, getDefaultValueExpression, getDisplayName, getDynamicSymbolTable, getIndex, getLightWeightReference, getModifierInfo, getName, getType, getValue, hasDynamicSymbolTable, isLocal, isValueBoxed, isWritable, makeCapturedSymbol, setDefaultValueExpression, setDynamicSymbolTable, setType, setValue, setValueIsBoxed
-
-