package command
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait CommandPart extends AnyRef
- case class ParameterCommandPart (attributes: Map[String, String], expression: WdlExpression) extends CommandPart with Product with Serializable
- case class StringCommandPart (literal: String) extends CommandPart with Product with Serializable
Value Members
- object ParameterCommandPart extends Serializable