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, getAll, getNamespaceContents, initSubstatements
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findAll, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, streamEffectiveSubstatements
protected UndeclaredEffectiveStatementBase(StmtContext<A,D,?> ctx)
public final StatementDefinition statementDefinition()
ModelStatement
public final A argument()
ModelStatement
public final StatementSource getStatementSource()
ModelStatement
public final D getDeclared()
EffectiveStatement
Copyright © 2019 OpenDaylight. All rights reserved.