case class FileEmitter(path: Path) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileEmitter
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add[T](opt: Option[T])(map: (T) => String): FileEmitter
- def add(strings: Seq[LiteralString]): FileEmitter
- def add(str: String): FileEmitter
- def addIndent(str: String): FileEmitter
- def addIndent(): FileEmitter
- def addLine(str: String): FileEmitter
- def addNL(): FileEmitter
- def addSpace(): FileEmitter
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asString: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def closeDef(definition: Definition, withBrace: Boolean = true): FileEmitter
- def emit(): Path
- def emitAGherkinClause(ghc: GherkinClause): FileEmitter
- def emitAction(action: Action): FileEmitter
- def emitActions(actions: Seq[Action]): FileEmitter
- def emitAggregation(aggregation: Aggregation): FileEmitter
- def emitAlternation(alternation: Alternation): FileEmitter
- def emitBrief(brief: Option[LiteralString]): FileEmitter
- def emitCondition(condition: Condition): FileEmitter
- def emitDescription(description: Option[Description]): FileEmitter
- def emitEnumeration(enumeration: Enumeration): FileEmitter
- def emitExample(example: Example): FileEmitter
- def emitExamples(examples: Seq[Example]): FileEmitter
- def emitField(field: Field): FileEmitter
- def emitFields(of: Seq[Field]): FileEmitter
- def emitGherkinClauses(kind: String, clauses: Seq[GherkinClause]): FileEmitter
- def emitGherkinStrings(strings: Seq[LiteralString]): FileEmitter
- def emitMapping(mapping: Mapping): FileEmitter
- def emitMessageRef(mr: MessageRef): FileEmitter
- def emitMessageType(mt: MessageType): FileEmitter
- def emitOptions(optionDef: OptionsDef[_]): FileEmitter
- def emitPattern(pattern: Pattern): FileEmitter
- def emitString(s: Strng): FileEmitter
- def emitType(t: Type): FileEmitter
- def emitTypeExpression(typEx: TypeExpression): FileEmitter
- def emitUndefined(): FileEmitter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def indent: FileEmitter
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkEnumeratorDescription(description: Option[Description]): String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def openDef(definition: Definition, withBrace: Boolean = true): FileEmitter
- def outdent: FileEmitter
- val path: Path
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def spc: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- FileEmitter → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated