Uses of Class
org.opendaylight.yangtools.yang.ir.IRArgument
-
Uses of IRArgument in org.opendaylight.yangtools.yang.ir
Subclasses of IRArgument in org.opendaylight.yangtools.yang.irModifier and TypeClassDescriptionstatic final classAn argument composed of multiple concatenated parts.static classAn argument composed of a single string.Methods in org.opendaylight.yangtools.yang.ir that return IRArgumentModifier and TypeMethodDescriptionfinal @Nullable IRArgumentIRStatement.argument()Return this statement's argument, if it is present.static @NonNull IRArgumentIRArgument.of(List<IRArgument.Single> parts) Methods in org.opendaylight.yangtools.yang.ir with parameters of type IRArgumentModifier and TypeMethodDescriptionstatic @NonNull IRStatementIRStatement.of(IRKeyword keyword, IRArgument argument, int line, int column, com.google.common.collect.ImmutableList<IRStatement> statements)