Uses of Class
org.opendaylight.yangtools.yang.ir.IRStatement
-
Uses of IRStatement in org.opendaylight.yangtools.yang.ir
Methods in org.opendaylight.yangtools.yang.ir that return IRStatementModifier and TypeMethodDescriptionstatic @NonNull IRStatementIRStatement.of(IRKeyword keyword, IRArgument argument, int line, int column, com.google.common.collect.ImmutableList<IRStatement> statements) static @NonNull IRStatementIOSupport.readStatement(DataInput in) Methods in org.opendaylight.yangtools.yang.ir that return types with arguments of type IRStatementModifier and TypeMethodDescription@NonNull List<? extends IRStatement>IRStatement.statements()Return this statement's substatements.Methods in org.opendaylight.yangtools.yang.ir with parameters of type IRStatementModifier and TypeMethodDescriptionstatic voidIOSupport.writeStatement(DataOutput out, IRStatement statement) Method parameters in org.opendaylight.yangtools.yang.ir with type arguments of type IRStatementModifier and TypeMethodDescriptionstatic @NonNull IRStatementIRStatement.of(IRKeyword keyword, IRArgument argument, int line, int column, com.google.common.collect.ImmutableList<IRStatement> statements)