Package gw.internal.gosu.parser
Interface IReducedDelegateFunctionSymbol
-
- All Superinterfaces:
IReducedSymbol
- All Known Implementing Classes:
ReducedDelegateFunctionSymbol
public interface IReducedDelegateFunctionSymbol extends IReducedSymbol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMethodInfo
getTargetMethodInfo()
-
Methods inherited from interface gw.lang.parser.IReducedSymbol
getAnnotations, getDefaultValueExpression, getDisplayName, getFullDescription, getGosuClass, getIndex, getModifiers, getName, getScriptPart, getSymbolClass, getType, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isReified, isStatic, isValueBoxed
-
-
-
-
Method Detail
-
getTargetMethodInfo
IMethodInfo getTargetMethodInfo()
-
-