t

akka.parboiled2.support

OpTreeContext

trait OpTreeContext[OpTreeCtx <: ParserContext] extends AnyRef

Source
OpTreeContext.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpTreeContext
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Action(actionTree: scala.reflect.macros.Universe.Tree, actionTypeTree: scala.reflect.macros.Universe.Tree) extends DefaultNonTerminalOpTree with Product with Serializable
  2. case class AndPredicate(op: OpTree) extends DefaultNonTerminalOpTree with Product with Serializable
  3. case class AnyOf(stringTree: scala.reflect.macros.Universe.Tree) extends TerminalOpTree with Product with Serializable
  4. case class Atomic(op: OpTree) extends DefaultNonTerminalOpTree with Product with Serializable
  5. case class Capture(op: OpTree) extends DefaultNonTerminalOpTree with Product with Serializable
  6. case class CharMatch(charTree: scala.reflect.macros.Universe.Tree) extends TerminalOpTree with Product with Serializable
  7. case class CharPredicateMatch(predicateTree: scala.reflect.macros.Universe.Tree) extends PotentiallyNamedTerminalOpTree with Product with Serializable
  8. case class CharacterRange(lowerBound: Char, upperBound: Char) extends TerminalOpTree with Product with Serializable
  9. class Collector extends AnyRef
  10. case class Cut(lhs: OpTree, rhs: OpTree) extends DefaultNonTerminalOpTree with Product with Serializable
  11. sealed abstract class DefaultNonTerminalOpTree extends NonTerminalOpTree
  12. case class DropAction(hlTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable
  13. case class Fail(stringTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable
  14. case class FirstOf(ops: Seq[OpTree]) extends DefaultNonTerminalOpTree with Product with Serializable
  15. case class IgnoreCaseChar(charTree: scala.reflect.macros.Universe.Tree) extends TerminalOpTree with Product with Serializable
  16. case class IgnoreCaseString(stringTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable
  17. case class MapMatch(mapTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable
  18. case class Named(op: OpTree, stringTree: scala.reflect.macros.Universe.Tree) extends DefaultNonTerminalOpTree with Product with Serializable
  19. sealed abstract class NonTerminalOpTree extends OpTree
  20. case class NoneOf(stringTree: scala.reflect.macros.Universe.Tree) extends TerminalOpTree with Product with Serializable
  21. case class NotPredicate(op: OpTree) extends OpTree with Product with Serializable
  22. case class OneOrMore(op: OpTree, collector: Collector, separator: Separator = null) extends WithSeparator with Product with Serializable
  23. sealed trait OpTree extends AnyRef
  24. case class Optional(op: OpTree, collector: Collector) extends DefaultNonTerminalOpTree with Product with Serializable
  25. sealed abstract class PotentiallyNamedTerminalOpTree extends TerminalOpTree
  26. case class PushAction(argTree: scala.reflect.macros.Universe.Tree, hlTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable
  27. case class Quiet(op: OpTree) extends DefaultNonTerminalOpTree with Product with Serializable
  28. case class RuleCall(call: Either[OpTree, scala.reflect.macros.Universe.Tree], calleeNameTree: scala.reflect.macros.Universe.Tree) extends NonTerminalOpTree with Product with Serializable
  29. case class RunAction(argTree: scala.reflect.macros.Universe.Tree, rrTree: scala.reflect.macros.Universe.Tree) extends DefaultNonTerminalOpTree with Product with Serializable
  30. case class RunSubParser(fTree: scala.reflect.macros.Universe.Tree) extends DefaultNonTerminalOpTree with Product with Serializable
  31. case class SemanticPredicate(flagTree: scala.reflect.macros.Universe.Tree) extends TerminalOpTree with Product with Serializable
  32. type Separator = (Boolean) ⇒ scala.reflect.macros.Universe.Tree
  33. case class Sequence(ops: Seq[OpTree]) extends DefaultNonTerminalOpTree with Product with Serializable
  34. case class StringMatch(stringTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable
  35. sealed abstract class TerminalOpTree extends OpTree
  36. case class Times(op: OpTree, init: scala.reflect.macros.Universe.Tree, collector: Collector, separator: Separator) extends WithSeparator with Product with Serializable
  37. sealed abstract class WithSeparator extends DefaultNonTerminalOpTree
  38. case class ZeroOrMore(op: OpTree, collector: Collector, separator: Separator = null) extends WithSeparator with Product with Serializable

Abstract Value Members

  1. abstract val c: OpTreeCtx

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from OpTreeContext[OpTreeCtx] to any2stringadd[OpTreeContext[OpTreeCtx]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (OpTreeContext[OpTreeCtx], B)
    Implicit
    This member is added by an implicit conversion from OpTreeContext[OpTreeCtx] to ArrowAssoc[OpTreeContext[OpTreeCtx]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def CharRange(lowerTree: scala.reflect.macros.Universe.Tree, upperTree: scala.reflect.macros.Universe.Tree): CharacterRange
  7. def FirstOf(lhs: OpTree, rhs: OpTree): FirstOf
  8. lazy val HListConsTypeSymbol: scala.reflect.macros.Universe.ClassSymbol
  9. lazy val HNilTypeSymbol: scala.reflect.macros.Universe.ClassSymbol
  10. def IgnoreCase(argTree: scala.reflect.macros.Universe.Tree): OpTree
  11. def OpTree(tree: scala.reflect.macros.Universe.Tree): OpTree
  12. def Separator(op: OpTree): Separator
  13. def Sequence(lhs: OpTree, rhs: OpTree): Sequence
  14. def Times(base: scala.reflect.macros.Universe.Tree, rule: OpTree, collector: Collector, separator: Separator = null): OpTree
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def block(stmts: List[scala.reflect.macros.Universe.Tree], expr: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
  17. def block(a: scala.reflect.macros.Universe.Tree, b: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. def collector(lifterTree: scala.reflect.macros.Universe.Tree): Collector
  20. def ensuring(cond: (OpTreeContext[OpTreeCtx]) ⇒ Boolean, msg: ⇒ Any): OpTreeContext[OpTreeCtx]
    Implicit
    This member is added by an implicit conversion from OpTreeContext[OpTreeCtx] to Ensuring[OpTreeContext[OpTreeCtx]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (OpTreeContext[OpTreeCtx]) ⇒ Boolean): OpTreeContext[OpTreeCtx]
    Implicit
    This member is added by an implicit conversion from OpTreeContext[OpTreeCtx] to Ensuring[OpTreeContext[OpTreeCtx]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): OpTreeContext[OpTreeCtx]
    Implicit
    This member is added by an implicit conversion from OpTreeContext[OpTreeCtx] to Ensuring[OpTreeContext[OpTreeCtx]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): OpTreeContext[OpTreeCtx]
    Implicit
    This member is added by an implicit conversion from OpTreeContext[OpTreeCtx] to Ensuring[OpTreeContext[OpTreeCtx]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def expand(tree: scala.reflect.macros.Universe.Tree, wrapped: Boolean): scala.reflect.macros.Universe.Tree
  27. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from OpTreeContext[OpTreeCtx] to StringFormat[OpTreeContext[OpTreeCtx]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isSubClass(t: scala.reflect.macros.Universe.Type, fqn: String): Boolean
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val opTreePF: PartialFunction[scala.reflect.macros.Universe.Tree, OpTree]
  37. lazy val rule0Collector: Collector
  38. lazy val rule1Collector: Collector
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. def [B](y: B): (OpTreeContext[OpTreeCtx], B)
    Implicit
    This member is added by an implicit conversion from OpTreeContext[OpTreeCtx] to ArrowAssoc[OpTreeContext[OpTreeCtx]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  45. object ANY extends TerminalOpTree with Product with Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from OpTreeContext[OpTreeCtx] to any2stringadd[OpTreeContext[OpTreeCtx]]

Inherited by implicit conversion StringFormat from OpTreeContext[OpTreeCtx] to StringFormat[OpTreeContext[OpTreeCtx]]

Inherited by implicit conversion Ensuring from OpTreeContext[OpTreeCtx] to Ensuring[OpTreeContext[OpTreeCtx]]

Inherited by implicit conversion ArrowAssoc from OpTreeContext[OpTreeCtx] to ArrowAssoc[OpTreeContext[OpTreeCtx]]

Ungrouped