public class ReducedDynamicFunctionSymbol extends ReducedSymbol implements IReducedDynamicFunctionSymbol
ReducedSymbol.SyntheticSymbol_fullDescription| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<IGosuAnnotation> |
getAnnotations() |
List<IReducedSymbol> |
getArgs() |
IType[] |
getArgTypes() |
IReducedDynamicFunctionSymbol |
getBackingDfs() |
String |
getFullDescription() |
IAttributedFeatureInfo |
getMethodOrConstructorInfo() |
IType |
getReturnType() |
IReducedDynamicFunctionSymbol |
getSuperDfs() |
int |
hashCode() |
Object |
invoke(Object[] args)
Invokes the dynamic function.
|
boolean |
isConstructor() |
boolean |
isSuperOrThisConstructor() |
boolean |
isVarPropertyGet() |
boolean |
isVarPropertySet() |
getDefaultValueExpression, getDisplayName, getGosuClass, getIndex, getModifiers, getName, getScriptPart, getSymbolClass, getType, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isStatic, isValueBoxed, makeArgsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDisplayName, getGosuClass, getModifiers, getName, getScriptPart, getType, isStaticgetDefaultValueExpression, getIndex, getSymbolClass, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isValueBoxedpublic IType[] getArgTypes()
getArgTypes in interface IReducedDynamicFunctionSymbolpublic IType getReturnType()
getReturnType in interface IReducedDynamicFunctionSymbolpublic String getFullDescription()
getFullDescription in interface IReducedDynamicFunctionSymbolgetFullDescription in interface IReducedSymbolgetFullDescription in class ReducedSymbolpublic List<IReducedSymbol> getArgs()
getArgs in interface IReducedDynamicFunctionSymbolpublic IReducedDynamicFunctionSymbol getSuperDfs()
getSuperDfs in interface IReducedDynamicFunctionSymbolpublic boolean isSuperOrThisConstructor()
isSuperOrThisConstructor in interface IReducedDynamicFunctionSymbolpublic IReducedDynamicFunctionSymbol getBackingDfs()
getBackingDfs in interface IReducedDynamicFunctionSymbolpublic IAttributedFeatureInfo getMethodOrConstructorInfo()
getMethodOrConstructorInfo in interface IReducedDynamicFunctionSymbolpublic boolean equals(Object o)
equals in class ReducedSymbolpublic Object invoke(Object[] args)
invoke in interface IReducedDynamicFunctionSymbolpublic List<IGosuAnnotation> getAnnotations()
getAnnotations in interface IReducedSymbolgetAnnotations in class ReducedSymbolpublic boolean isVarPropertyGet()
public boolean isVarPropertySet()
public boolean isConstructor()
isConstructor in interface IReducedDynamicFunctionSymbolCopyright © 2019. All rights reserved.