Interface EffectiveStatementMixins.ActionNodeContainerMixin<A,D extends DeclaredStatement<A>>

Type Parameters:
A - Argument type (Empty if statement does not have argument.)
D - Class representing declared version of this statement.
All Superinterfaces:
ActionNodeContainer, EffectiveStatement<A,D>, ModelStatement<A>
All Known Implementing Classes:
AbstractContainerEffectiveStatement, AbstractGroupingEffectiveStatement, AugmentEffectiveStatementImpl, EmptyContainerEffectiveStatement, EmptyGroupingEffectiveStatement, EmptyListEffectiveStatement, RegularContainerEffectiveStatement, RegularGroupingEffectiveStatement, RegularListEffectiveStatement
Enclosing class:
EffectiveStatementMixins

public static interface EffectiveStatementMixins.ActionNodeContainerMixin<A,D extends DeclaredStatement<A>> extends ActionNodeContainer