final case class InputSynthetic(value: String, input: scala.meta.Input, start: Int, end: Int) extends InputStream with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputSynthetic
- Serializable
- Serializable
- Product
- Equals
- InputStream
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InputSynthetic(value: String, input: scala.meta.Input, start: Int, end: Int)
Value Members
-
def
available(): Int
- Definition Classes
- InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
close(): Unit
- Definition Classes
- InputStream → Closeable → AutoCloseable
- Annotations
- @throws( classOf[java.io.IOException] )
- val end: Int
- val in: ByteArrayInputStream
- val input: scala.meta.Input
-
def
mark(arg0: Int): Unit
- Definition Classes
- InputStream
-
def
markSupported(): Boolean
- Definition Classes
- InputStream
-
def
read(): Int
- Definition Classes
- InputSynthetic → InputStream
-
def
read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
- Definition Classes
- InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
read(arg0: Array[Byte]): Int
- Definition Classes
- InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
reset(): Unit
- Definition Classes
- InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
skip(arg0: Long): Long
- Definition Classes
- InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
- val start: Int
- val value: String