AbstractPropertyOutline.PropertyAccessor, AbstractSinglePropertyOutline.PropertyAccessor, AnyAttributePropertyOutline.PropertyAccessor, CMPropertyAccessor, ConstantPropertyOutline.PropertyAccessor, SinglePropertyOutline.PropertyAccessorpublic interface MPropertyAccessor
| Modifier and Type | Method | Description |
|---|---|---|
void |
get(com.sun.codemodel.JBlock block,
com.sun.codemodel.JVar variable) |
|
com.sun.codemodel.JType |
getType() |
|
boolean |
isConstant() |
|
com.sun.codemodel.JExpression |
isSet() |
|
boolean |
isVirtual() |
|
void |
set(com.sun.codemodel.JBlock block,
java.lang.String uniqueName,
com.sun.codemodel.JExpression value) |
|
void |
unset(com.sun.codemodel.JBlock body) |
void get(com.sun.codemodel.JBlock block,
com.sun.codemodel.JVar variable)
void set(com.sun.codemodel.JBlock block,
java.lang.String uniqueName,
com.sun.codemodel.JExpression value)
void unset(com.sun.codemodel.JBlock body)
com.sun.codemodel.JExpression isSet()
com.sun.codemodel.JType getType()
boolean isConstant()
boolean isVirtual()
Copyright © 2005–2018. All rights reserved.