public interface IDynamicFunctionSymbol extends IDynamicSymbol
| Modifier and Type | Method and Description |
|---|---|
IReducedDynamicFunctionSymbol |
createReducedSymbol() |
List<ISymbol> |
getArgs() |
IType[] |
getArgTypes() |
IDynamicFunctionSymbol |
getBackingDfs() |
ITypeInfo |
getDeclaringTypeInfo() |
IFunctionStatement |
getDeclFunctionStmt() |
IMethodCallStatement |
getInitializer() |
IAttributedFeatureInfo |
getMethodOrConstructorInfo() |
IAttributedFeatureInfo |
getMethodOrConstructorInfo(boolean acceptNone) |
String |
getMethodSignature() |
String |
getParameterDisplay(boolean bRelative) |
IType |
getReturnType() |
IDynamicFunctionSymbol |
getSuperDfs() |
Object |
getValueDirectly() |
boolean |
isConstructor() |
boolean |
isOverride() |
boolean |
isStatic() |
getGosuClass, getScriptPartgetModifiers, getSignatureDescription, invoke, isFromJava, isStackSymbolcanBeCaptured, getDefaultValueExpression, getDisplayName, getDynamicSymbolTable, getIndex, getLightWeightReference, getModifierInfo, getName, getType, getValue, hasDynamicSymbolTable, isLocal, isValueBoxed, isWritable, makeCapturedSymbol, setDefaultValueExpression, setDynamicSymbolTable, setType, setValue, setValueIsBoxedgetAnnotations, getFullDescription, getSymbolClass, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublicIType[] getArgTypes()
IType getReturnType()
String getMethodSignature()
String getParameterDisplay(boolean bRelative)
IAttributedFeatureInfo getMethodOrConstructorInfo(boolean acceptNone)
IAttributedFeatureInfo getMethodOrConstructorInfo()
ITypeInfo getDeclaringTypeInfo()
IFunctionStatement getDeclFunctionStmt()
Object getValueDirectly()
boolean isOverride()
boolean isStatic()
isStatic in interface IReducedSymbolboolean isConstructor()
IDynamicFunctionSymbol getSuperDfs()
IMethodCallStatement getInitializer()
IDynamicFunctionSymbol getBackingDfs()
IReducedDynamicFunctionSymbol createReducedSymbol()
createReducedSymbol in interface ISymbolCopyright © 2022. All rights reserved.