public interface IDynamicPropertySymbol extends IDynamicSymbol
| Modifier and Type | Method and Description |
|---|---|
String |
getFullDescription() |
IDynamicFunctionSymbol |
getFunction(String strFunctionName) |
IDynamicFunctionSymbol |
getGetterDfs() |
IDynamicPropertySymbol |
getParameterizedVersion(IGosuClass gsClass) |
IDynamicPropertySymbol |
getParent() |
IFeatureInfo |
getPropertyInfo() |
IDynamicFunctionSymbol |
getSetterDfs() |
String |
getVarIdentifier() |
boolean |
isReadable() |
boolean |
isStatic() |
void |
setGetterDfs(IDynamicFunctionSymbol dfsGetter) |
void |
setSetterDfs(IDynamicFunctionSymbol dfsSetter) |
getGosuClass, getScriptPartgetModifiers, getSignatureDescription, invoke, isFromJava, isStackSymbolcanBeCaptured, createReducedSymbol, getDefaultValueExpression, getDisplayName, getDynamicSymbolTable, getIndex, getLightWeightReference, getModifierInfo, getName, getType, getValue, hasDynamicSymbolTable, isLocal, isValueBoxed, isWritable, makeCapturedSymbol, setDefaultValueExpression, setDynamicSymbolTable, setType, setValue, setValueIsBoxedgetAnnotations, getSymbolClass, hasTypeVariables, isAbstract, isFinal, isInternal, isPrivate, isProtected, isPublic, isReifiedboolean isReadable()
IDynamicFunctionSymbol getGetterDfs()
IDynamicFunctionSymbol getSetterDfs()
IDynamicPropertySymbol getParent()
IDynamicFunctionSymbol getFunction(String strFunctionName)
String getVarIdentifier()
String getFullDescription()
getFullDescription in interface IReducedSymbolIDynamicPropertySymbol getParameterizedVersion(IGosuClass gsClass)
boolean isStatic()
isStatic in interface IReducedSymbolvoid setGetterDfs(IDynamicFunctionSymbol dfsGetter)
void setSetterDfs(IDynamicFunctionSymbol dfsSetter)
IFeatureInfo getPropertyInfo()
Copyright © 2022. All rights reserved.