final case class Synthetic(value: scala.Predef.String, input: Input, start: Int, end: Int) extends Input with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Synthetic
- Input
- InternalInput
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by XtensionInputSyntaxStructure
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: scala.Predef.String): scala.Predef.String
- def ->[B](y: B): (Synthetic, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val chars: Array[Char]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val end: Int
- def ensuring(cond: (Synthetic) ⇒ Boolean, msg: ⇒ Any): Synthetic
- def ensuring(cond: (Synthetic) ⇒ Boolean): Synthetic
- def ensuring(cond: Boolean, msg: ⇒ Any): Synthetic
- def ensuring(cond: Boolean): Synthetic
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: scala.Predef.String): scala.Predef.String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- val input: Input
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val start: Int
-
def
structure: scala.Predef.String
- Implicit
- This member is added by an implicit conversion from Synthetic to XtensionInputSyntaxStructure performed by method XtensionInputSyntaxStructure in org.langmeta.internal.inputs.
- Definition Classes
- XtensionInputSyntaxStructure
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
syntax: scala.Predef.String
- Implicit
- This member is added by an implicit conversion from Synthetic to XtensionInputSyntaxStructure performed by method XtensionInputSyntaxStructure in org.langmeta.internal.inputs.
- Definition Classes
- XtensionInputSyntaxStructure
-
def
text: scala.Predef.String
- Definition Classes
- Input
-
def
toString(): scala.Predef.String
- Definition Classes
- Synthetic → AnyRef → Any
- val value: scala.Predef.String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Synthetic, B)