public interface IReducedDynamicFunctionSymbol extends IReducedSymbol
| Modifier and Type | Method and Description |
|---|---|
List<IReducedSymbol> |
getArgs() |
IType[] |
getArgTypes() |
IReducedDynamicFunctionSymbol |
getBackingDfs() |
String |
getDisplayName() |
String |
getFullDescription() |
IGosuClass |
getGosuClass() |
IAttributedFeatureInfo |
getMethodOrConstructorInfo() |
int |
getModifiers() |
String |
getName() |
IType |
getReturnType() |
IScriptPartId |
getScriptPart() |
IReducedDynamicFunctionSymbol |
getSuperDfs() |
IType |
getType() |
Object |
invoke(Object[] args) |
boolean |
isConstructor() |
boolean |
isStatic() |
boolean |
isSuperOrThisConstructor() |
getAnnotations, getDefaultValueExpression, getIndex, getSymbolClass, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isValueBoxedIType getType()
getType in interface IReducedSymbolString getName()
getName in interface IReducedSymbolIScriptPartId getScriptPart()
getScriptPart in interface IReducedSymbolboolean isStatic()
isStatic in interface IReducedSymbolint getModifiers()
getModifiers in interface IReducedSymbolString getDisplayName()
getDisplayName in interface IReducedSymbolIGosuClass getGosuClass()
getGosuClass in interface IReducedSymbolIType[] getArgTypes()
IType getReturnType()
String getFullDescription()
getFullDescription in interface IReducedSymbolList<IReducedSymbol> getArgs()
IReducedDynamicFunctionSymbol getSuperDfs()
boolean isSuperOrThisConstructor()
IAttributedFeatureInfo getMethodOrConstructorInfo()
IReducedDynamicFunctionSymbol getBackingDfs()
boolean isConstructor()
Copyright © 2018. All rights reserved.