Package gw.lang.parser
Interface ITypedSymbol
-
- All Superinterfaces:
IFunctionSymbol
,IHasType
,IReducedSymbol
,ISymbol
- All Known Subinterfaces:
IInitializerSymbol
- All Known Implementing Classes:
InitializerSymbol
,TypedSymbol
public interface ITypedSymbol extends IFunctionSymbol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SymbolType
getSymbolType()
-
Methods inherited from interface gw.lang.parser.IFunctionSymbol
getModifiers, getSignatureDescription, invoke, isFromJava, isStackSymbol
-
Methods inherited from interface gw.lang.parser.IReducedSymbol
getAnnotations, getFullDescription, getGosuClass, getScriptPart, getSymbolClass, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isReified, isStatic
-
Methods inherited from interface gw.lang.parser.ISymbol
canBeCaptured, createReducedSymbol, getDefaultValueExpression, getDisplayName, getDynamicSymbolTable, getIndex, getLightWeightReference, getModifierInfo, getName, getType, getValue, hasDynamicSymbolTable, isLocal, isValueBoxed, isWritable, makeCapturedSymbol, setDefaultValueExpression, setDynamicSymbolTable, setType, setValue, setValueIsBoxed
-
-
-
-
Method Detail
-
getSymbolType
SymbolType getSymbolType()
-
-