public abstract class UndeclaredEffectiveStatementBase<A,D extends DeclaredStatement<A>> extends EffectiveStatementBase<A,D>
| Modifier | Constructor and Description |
|---|---|
protected |
UndeclaredEffectiveStatementBase(StmtContext<A,D,?> ctx) |
| Modifier and Type | Method and Description |
|---|---|
A |
argument()
Returns statement argument
|
D |
getDeclared()
Returns statement, which was explicit declaration of this effective
statement.
|
StatementSource |
getStatementSource()
Returns statement source, which denotes if statement was
explicitly declared in original model or inferred during
semantic processing of model.
|
StatementDefinition |
statementDefinition()
Statement Definition of this statement.
|
allSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAllprotected UndeclaredEffectiveStatementBase(StmtContext<A,D,?> ctx)
@Nonnull public final StatementDefinition statementDefinition()
ModelStatementpublic final A argument()
ModelStatement@Nonnull public final StatementSource getStatementSource()
ModelStatementpublic final D getDeclared()
EffectiveStatementCopyright © 2018 OpenDaylight. All rights reserved.