Trait

akka.parboiled2.support

OpTreeContext

Related Doc: package support

Permalink

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

    Permalink
  2. case class AndPredicate(op: OpTree) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  3. case class AnyOf(stringTree: scala.reflect.macros.Universe.Tree) extends TerminalOpTree with Product with Serializable

    Permalink
  4. case class Atomic(op: OpTree) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  5. case class Capture(op: OpTree) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  6. case class CharMatch(charTree: scala.reflect.macros.Universe.Tree) extends TerminalOpTree with Product with Serializable

    Permalink
  7. case class CharPredicateMatch(predicateTree: scala.reflect.macros.Universe.Tree) extends PotentiallyNamedTerminalOpTree with Product with Serializable

    Permalink
  8. case class CharacterRange(lowerBound: Char, upperBound: Char) extends TerminalOpTree with Product with Serializable

    Permalink
  9. class Collector extends AnyRef

    Permalink
  10. case class Cut(lhs: OpTree, rhs: OpTree) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  11. sealed abstract class DefaultNonTerminalOpTree extends NonTerminalOpTree

    Permalink
  12. case class DropAction(hlTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable

    Permalink
  13. case class Fail(stringTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable

    Permalink
  14. case class FirstOf(ops: Seq[OpTree]) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  15. case class IgnoreCaseChar(charTree: scala.reflect.macros.Universe.Tree) extends TerminalOpTree with Product with Serializable

    Permalink
  16. case class IgnoreCaseString(stringTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable

    Permalink
  17. case class MapMatch(mapTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable

    Permalink
  18. case class Named(op: OpTree, stringTree: scala.reflect.macros.Universe.Tree) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  19. sealed abstract class NonTerminalOpTree extends OpTree

    Permalink
  20. case class NoneOf(stringTree: scala.reflect.macros.Universe.Tree) extends TerminalOpTree with Product with Serializable

    Permalink
  21. case class NotPredicate(op: OpTree) extends OpTree with Product with Serializable

    Permalink
  22. case class OneOrMore(op: OpTree, collector: Collector, separator: Separator = null) extends WithSeparator with Product with Serializable

    Permalink
  23. sealed trait OpTree extends AnyRef

    Permalink
  24. case class Optional(op: OpTree, collector: Collector) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  25. sealed abstract class PotentiallyNamedTerminalOpTree extends TerminalOpTree

    Permalink
  26. case class PushAction(argTree: scala.reflect.macros.Universe.Tree, hlTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable

    Permalink
  27. case class Quiet(op: OpTree) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  28. case class RuleCall(call: Either[OpTree, scala.reflect.macros.Universe.Tree], calleeNameTree: scala.reflect.macros.Universe.Tree) extends NonTerminalOpTree with Product with Serializable

    Permalink
  29. case class RunAction(argTree: scala.reflect.macros.Universe.Tree, rrTree: scala.reflect.macros.Universe.Tree) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  30. case class RunSubParser(fTree: scala.reflect.macros.Universe.Tree) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  31. case class SemanticPredicate(flagTree: scala.reflect.macros.Universe.Tree) extends TerminalOpTree with Product with Serializable

    Permalink
  32. type Separator = (Boolean) ⇒ scala.reflect.macros.Universe.Tree

    Permalink
  33. case class Sequence(ops: Seq[OpTree]) extends DefaultNonTerminalOpTree with Product with Serializable

    Permalink
  34. case class StringMatch(stringTree: scala.reflect.macros.Universe.Tree) extends OpTree with Product with Serializable

    Permalink
  35. sealed abstract class TerminalOpTree extends OpTree

    Permalink
  36. case class Times(op: OpTree, init: scala.reflect.macros.Universe.Tree, collector: Collector, separator: Separator) extends WithSeparator with Product with Serializable

    Permalink
  37. sealed abstract class WithSeparator extends DefaultNonTerminalOpTree

    Permalink
  38. case class ZeroOrMore(op: OpTree, collector: Collector, separator: Separator = null) extends WithSeparator with Product with Serializable

    Permalink

Abstract Value Members

  1. abstract val c: OpTreeCtx

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. object ANY extends TerminalOpTree with Product with Serializable

    Permalink
  7. def CharRange(lowerTree: scala.reflect.macros.Universe.Tree, upperTree: scala.reflect.macros.Universe.Tree): CharacterRange

    Permalink
  8. def FirstOf(lhs: OpTree, rhs: OpTree): FirstOf

    Permalink
  9. lazy val HListConsTypeSymbol: scala.reflect.macros.Universe.ClassSymbol

    Permalink
  10. lazy val HNilTypeSymbol: scala.reflect.macros.Universe.ClassSymbol

    Permalink
  11. def IgnoreCase(argTree: scala.reflect.macros.Universe.Tree): OpTree

    Permalink
  12. def OpTree(tree: scala.reflect.macros.Universe.Tree): OpTree

    Permalink
  13. def Separator(op: OpTree): Separator

    Permalink
  14. def Sequence(lhs: OpTree, rhs: OpTree): Sequence

    Permalink
  15. def Times(base: scala.reflect.macros.Universe.Tree, rule: OpTree, collector: Collector, separator: Separator = null): OpTree

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def block(stmts: List[scala.reflect.macros.Universe.Tree], expr: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
  18. def block(a: scala.reflect.macros.Universe.Tree, b: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def collector(lifterTree: scala.reflect.macros.Universe.Tree): Collector

    Permalink
  21. def ensuring(cond: (OpTreeContext[OpTreeCtx]) ⇒ Boolean, msg: ⇒ Any): OpTreeContext[OpTreeCtx]

    Permalink
    Implicit information
    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: (OpTreeContext[OpTreeCtx]) ⇒ Boolean): OpTreeContext[OpTreeCtx]

    Permalink
    Implicit information
    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, msg: ⇒ Any): OpTreeContext[OpTreeCtx]

    Permalink
    Implicit information
    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. def ensuring(cond: Boolean): OpTreeContext[OpTreeCtx]

    Permalink
    Implicit information
    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
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def expand(tree: scala.reflect.macros.Universe.Tree, wrapped: Boolean): scala.reflect.macros.Universe.Tree

    Permalink
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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()
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def isSubClass(t: scala.reflect.macros.Universe.Type, fqn: String): Boolean

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. val opTreePF: PartialFunction[scala.reflect.macros.Universe.Tree, OpTree]

    Permalink
  38. lazy val rule0Collector: Collector

    Permalink
  39. lazy val rule1Collector: Collector

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def [B](y: B): (OpTreeContext[OpTreeCtx], B)

    Permalink
    Implicit information
    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

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