java.lang.Object
com.google.common.collect.ForwardingObject
org.opendaylight.yangtools.yang.model.spi.meta.ForwardingDeclaredStatement<A,D>
org.opendaylight.yangtools.yang.model.spi.meta.AbstractRefStatement<A,D>
Type Parameters:
A - Argument type (Empty if statement does not have argument.)
D - Class representing declared version of this statement.
All Implemented Interfaces:
Delegator<D>, DeclaredStatement<A>, ModelStatement<A>

public abstract class AbstractRefStatement<A,D extends DeclaredStatement<A>> extends ForwardingDeclaredStatement<A,D> implements Delegator<D>
Abstract base class for DeclaredStatement implementations which decorate a statement with a DeclarationReference.