public static class LengthStatementImpl.Definition extends AbstractStatementSupport<List<LengthConstraint>,LengthStatement,EffectiveStatement<List<LengthConstraint>,LengthStatement>>
| Constructor and Description |
|---|
Definition() |
| Modifier and Type | Method and Description |
|---|---|
LengthStatement |
createDeclared(StmtContext<List<LengthConstraint>,LengthStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
EffectiveStatement<List<LengthConstraint>,LengthStatement> |
createEffective(StmtContext<List<LengthConstraint>,LengthStatement,EffectiveStatement<List<LengthConstraint>,LengthStatement>> ctx)
Create a
EffectiveStatement for specified context. |
protected SubstatementValidator |
getSubstatementValidator()
Returns corresponding substatement validator of a statement support
|
List<LengthConstraint> |
parseArgumentValue(StmtContext<?,?,?> ctx,
String value)
Parses textual representation of argument in object representation.
|
beforeSubStatementCreated, getArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getPublicView, getStatementName, getSupportSpecificForArgument, hasArgumentSpecificSupports, isArgumentYinElement, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclaredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUnknownStatementDefinitionOf, internArgument, isIgnoringConfig, isIgnoringIfFeaturespublic List<LengthConstraint> parseArgumentValue(StmtContext<?,?,?> ctx, String value)
StatementSupportctx - Context, which may be used to access source-specific
namespaces required for parsing.value - String representation of value, as was present in text source.public LengthStatement createDeclared(StmtContext<List<LengthConstraint>,LengthStatement,?> ctx)
StatementFactoryDeclaredStatement for specified context.ctx - Statement contextpublic EffectiveStatement<List<LengthConstraint>,LengthStatement> createEffective(StmtContext<List<LengthConstraint>,LengthStatement,EffectiveStatement<List<LengthConstraint>,LengthStatement>> ctx)
StatementFactoryEffectiveStatement for specified context.ctx - Statement contextprotected SubstatementValidator getSubstatementValidator()
AbstractStatementSupportgetSubstatementValidator in class AbstractStatementSupport<List<LengthConstraint>,LengthStatement,EffectiveStatement<List<LengthConstraint>,LengthStatement>>Copyright © 2018 OpenDaylight. All rights reserved.