public class AnyAttributePropertyOutline.PropertyAccessor extends AbstractPropertyOutline.PropertyAccessor
target
Constructor and Description |
---|
PropertyAccessor(com.sun.codemodel.JExpression target) |
Modifier and Type | Method and Description |
---|---|
void |
get(com.sun.codemodel.JBlock block,
com.sun.codemodel.JVar variable) |
com.sun.codemodel.JType |
getType() |
com.sun.codemodel.JExpression |
isSet() |
boolean |
isVirtual() |
void |
set(com.sun.codemodel.JBlock block,
String uniqueName,
com.sun.codemodel.JExpression value) |
void |
unset(com.sun.codemodel.JBlock body) |
isConstant
public void get(com.sun.codemodel.JBlock block, com.sun.codemodel.JVar variable)
public void set(com.sun.codemodel.JBlock block, String uniqueName, com.sun.codemodel.JExpression value)
public void unset(com.sun.codemodel.JBlock body)
public com.sun.codemodel.JExpression isSet()
public com.sun.codemodel.JType getType()
getType
in interface MPropertyAccessor
getType
in class AbstractPropertyOutline.PropertyAccessor
public boolean isVirtual()
isVirtual
in interface MPropertyAccessor
isVirtual
in class AbstractPropertyOutline.PropertyAccessor
Copyright © 2005–2018. All rights reserved.