Interface CmdOp
- All Known Subinterfaces:
CmdOpN
- All Known Implementing Classes:
CmdOp0, CmdOp1, CmdOp2, CmdOpBase, CmdOpExec, CmdOpGroup, CmdOpPipeline, CmdOpVar
public interface CmdOp
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(CmdOpVisitor<T> visitor) default booleanisVar()static StringtoStrings(Collection<?>... collections) static StringtoStrings(ArgumentList argList)
-
Method Details
-
accept
-
isVar
default boolean isVar() -
toStrings
-
toStrings
-