Uses of Class
org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
Packages that use AbstractStatementSupport
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
-
Uses of AbstractStatementSupport in org.opendaylight.yangtools.yang.parser.spi.meta
Subclasses of AbstractStatementSupport in org.opendaylight.yangtools.yang.parser.spi.metaModifier and TypeClassDescriptionclassAbstractBooleanStatementSupport<D extends DeclaredStatement<Boolean>,E extends EffectiveStatement<Boolean, D>> Specialization ofAbstractStatementSupportfor statements which carry a Boolean argument and are essentially context-independent.classAbstractEmptyStatementSupport<D extends DeclaredStatement<Empty>,E extends EffectiveStatement<Empty, D>> classAbstractInternedStatementSupport<A,D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> AAbstractStatementSupportspecialized for global interning.classAbstractInternedStringStatementSupport<D extends DeclaredStatement<String>,E extends EffectiveStatement<String, D>> A specialization ofAbstractInternedStatementSupportforStringarguments.classAbstractQNameStatementSupport<D extends DeclaredStatement<QName>,E extends EffectiveStatement<QName, D>> Specialization ofAbstractStatementSupportfor QName statement arguments.classAbstractSchemaTreeStatementSupport<D extends DeclaredStatement<QName>,E extends SchemaTreeEffectiveStatement<D>> Specialization ofAbstractQNameStatementSupportforSchemaTreeEffectiveStatementimplementations.classAbstractStringStatementSupport<D extends DeclaredStatement<String>,E extends EffectiveStatement<String, D>> Specialization ofAbstractStatementSupportfor String statement arguments.classAbstractUnqualifiedStatementSupport<D extends DeclaredStatement<UnresolvedQName.Unqualified>,E extends EffectiveStatement<UnresolvedQName.Unqualified, D>> Specialization ofAbstractStatementSupportfor Unqualified statement arguments.