Class IRArgument.Concatenation
- java.lang.Object
-
- org.opendaylight.yangtools.yang.parser.rfc7950.ir.IRArgument
-
- org.opendaylight.yangtools.yang.parser.rfc7950.ir.IRArgument.Concatenation
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
- Enclosing class:
- IRArgument
public static final class IRArgument.Concatenation extends IRArgument
An argument composed of multiple concatenated parts.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.parser.rfc7950.ir.IRArgument
IRArgument.Concatenation, IRArgument.Single
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull List<? extends IRArgument.Single>
parts()
Return the argument parts that need to be concatenated.String
toString()
-
-
-
Method Detail
-
parts
public @NonNull List<? extends IRArgument.Single> parts()
Return the argument parts that need to be concatenated.- Returns:
- Argument parts.
-
-