com.sun.tools.xjc.generator.bean.field

Class AbstractField.Accessor

protected abstract class AbstractField.Accessor extends Object implements FieldAccessor

Useful base class for implementing FieldAccessor.
Field Summary
protected JExpression$target
Evaluates to the target object this accessor should access.
Constructor Summary
protected Accessor(JExpression $target)
Method Summary
CPropertyInfogetPropertyInfo()
FieldOutlineowner()

Field Detail

$target

protected final JExpression $target
Evaluates to the target object this accessor should access.

Constructor Detail

Accessor

protected Accessor(JExpression $target)

Method Detail

getPropertyInfo

public final CPropertyInfo getPropertyInfo()

owner

public final FieldOutline owner()