Packages

t

org.parboiled2.support

OpTreeContext

trait OpTreeContext[OpTreeCtx <: ParserContext] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpTreeContext
  2. AnyRef
  3. Any
  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, ignoreCaseTree: 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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def CharRange(lowerTree: scala.reflect.macros.Universe.Tree, upperTree: scala.reflect.macros.Universe.Tree): CharacterRange
  5. def FirstOf(lhs: OpTree, rhs: OpTree): FirstOf
  6. lazy val HListConsTypeSymbol: scala.reflect.macros.Universe.ClassSymbol
  7. lazy val HNilTypeSymbol: scala.reflect.macros.Universe.ClassSymbol
  8. def IgnoreCase(argTree: scala.reflect.macros.Universe.Tree): OpTree
  9. def OpTree(tree: scala.reflect.macros.Universe.Tree): OpTree
  10. def Separator(op: OpTree): Separator
  11. def Sequence(lhs: OpTree, rhs: OpTree): Sequence
  12. def Times(base: scala.reflect.macros.Universe.Tree, rule: OpTree, collector: Collector, separator: Separator = null): OpTree
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def block(stmts: List[scala.reflect.macros.Universe.Tree], expr: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
  15. def block(a: scala.reflect.macros.Universe.Tree, b: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  17. def collector(lifterTree: scala.reflect.macros.Universe.Tree): Collector
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def expand(tree: scala.reflect.macros.Universe.Tree, wrapped: Boolean): scala.reflect.macros.Universe.Tree
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isSubClass(t: scala.reflect.macros.Universe.Type, fqn: String): Boolean
  26. lazy val lazyRule1Collector: Collector
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val opTreePF: PartialFunction[scala.reflect.macros.Universe.Tree, OpTree]
  31. lazy val rule0Collector: Collector
  32. lazy val rule1Collector: Collector
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. object ANY extends TerminalOpTree with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped