case class CommandInfo(name: String, arity: CommandArity, flags: CommandFlags, firstKey: Int, lastKey: Int, stepCount: Int) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CommandInfo(name: String, arity: CommandArity, flags: CommandFlags, firstKey: Int, lastKey: Int, stepCount: Int)