case class Include(filePath: String, document: Document) extends Header with Product with Serializable
Process include statement.
- filePath
the path of the file to be included. It can be a relative path, an absolute path or simply a file name
- document
the content of the file to be included.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Include
- Serializable
- Product
- Equals
- Header
- HeaderNode
- Node
- Positional
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val document: Document
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filePath: String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pos: Position
- Definition Classes
- Positional
- val prefix: Identifier
The definitions in the included file must be used with a prefix.
The definitions in the included file must be used with a prefix. For example, if it says include "../relativeDir/foo.thrift" and include2.thrift contains a definition struct Bar { .. } Then we can use type Bar like this: foo.Bar
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setPos(newpos: Position): Include.this.type
- Definition Classes
- Positional
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()