A
- Argument type (Void
if statement does not have argument.)public interface DeclaredStatement<A> extends ModelStatement<A>
Modifier and Type | Method and Description |
---|---|
Collection<? extends DeclaredStatement<?>> |
declaredSubstatements()
Returns collection of explicitly declared child statements, while preserving its original
ordering from original source.
|
String |
rawArgument()
Returns statement argument as was present in original source.
|
argument, getStatementSource, statementDefinition
@Nullable String rawArgument()
@Nonnull Collection<? extends DeclaredStatement<?>> declaredSubstatements()
Copyright © 2018 OpenDaylight. All rights reserved.