object CompilerParsing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompilerParsing
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AddNode(left: ExprNode, right: ExprNode) extends ExprNode with Product with Serializable
- sealed trait ExprNode extends AnyRef
- trait FormTrait[T] extends AnyRef
- case class FormulaBoundsInfo(inputs: Set[Int], indices: Seq[(Set[Int], Set[Int], Set[Int])], minOffset: Int, maxOffset: Int) extends Product with Serializable
- case class MultNode(left: ExprNode, right: ExprNode) extends ExprNode with Product with Serializable
- case class NumberNode(n: Int) extends ExprNode with Product with Serializable
- case class VarNode(name: String) extends ExprNode with Product with Serializable
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
- val classCache: Map[String, Class[_]]
- val classLoader: AbstractFileClassLoader
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def decomposeFormula(formula: String): (String, String, Seq[String])
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val formulaCache: Map[(String, String, Seq[String]), (FormTrait[_], FormulaBoundsInfo)]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val global: Global
- def globalTreeToExprNode(node: scala.tools.nsc.Global.Tree): ExprNode
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def main(args: Array[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val outputDir: VirtualDirectory
- val outputDirName: String
- def parse[T](f: String, groupFormula: String, selectors: Seq[String], typeName: String): (FormTrait[T], FormulaBoundsInfo)
- val run: Run
- val settings: Settings
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object UnknownNode extends ExprNode with Product with Serializable