public class ZenNativeMember
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
ZenNativeMember.StaticGetValue |
| Constructor and Description |
|---|
ZenNativeMember() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(IJavaMethod method) |
IJavaMethod |
getGetter() |
java.util.List<IJavaMethod> |
getMethods() |
IJavaMethod |
getSetter() |
IPartialExpression |
instance(ZenPosition position,
IEnvironmentGlobal environment) |
IPartialExpression |
instance(ZenPosition position,
IEnvironmentGlobal environment,
IPartialExpression value) |
void |
setGetter(IJavaMethod getter) |
void |
setSetter(IJavaMethod setter) |
java.lang.String |
toString() |
public IJavaMethod getGetter()
public void setGetter(IJavaMethod getter)
public IJavaMethod getSetter()
public void setSetter(IJavaMethod setter)
public IPartialExpression instance(ZenPosition position, IEnvironmentGlobal environment, IPartialExpression value)
public IPartialExpression instance(ZenPosition position, IEnvironmentGlobal environment)
public void addMethod(IJavaMethod method)
public java.util.List<IJavaMethod> getMethods()
public java.lang.String toString()
toString in class java.lang.Object