Object

org.json4s.scalap.scalasig

ScalaSigEntryParsers

Related Doc: package scalasig

Permalink

object ScalaSigEntryParsers extends RulesWithState with MemoisableRules

Source
ScalaSig.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaSigEntryParsers
  2. MemoisableRules
  3. RulesWithState
  4. StateRules
  5. Rules
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultRule[In, Out, A, X] extends Rule[In, Out, A, X]

    Permalink
    Definition Classes
    Rules
  2. type EntryParser[A] = scalap.Rule[S, S, A, String]

    Permalink
  3. trait FromRule[In] extends AnyRef

    Permalink
    Definition Classes
    Rules
  4. type Rule[+A, +X] = scalap.Rule[S, S, A, X]

    Permalink
    Definition Classes
    StateRules
  5. type S = Entry

    Permalink
    Definition Classes
    ScalaSigEntryParsersStateRules

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val aliasSymbol: scalap.Rule[S, S, AliasSymbol, String] with Name

    Permalink
  5. def allOf[A, X](rules: Seq[Rule[A, X]]): (S) ⇒ Result[S, List[A], X]

    Permalink

    Create a rule that succeeds if all of the given rules succeed.

    Create a rule that succeeds if all of the given rules succeed.

    rules

    the rules to apply in sequence.

    Definition Classes
    StateRules
  6. lazy val annotInfo: scalap.Rule[S, S, AnnotInfo, String]

    Permalink
  7. def anyOf[A, X](rules: Seq[Rule[A, X]]): scalap.Rule[S, S, List[A], X]

    Permalink

    Create a rule that succeeds with a list of all the provided rules that succeed.

    Create a rule that succeeds with a list of all the provided rules that succeed.

    rules

    the rules to apply in sequence.

    Definition Classes
    StateRules
  8. def apply[A, X](f: (S) ⇒ Result[S, A, X]): scalap.Rule[S, S, A, X]

    Permalink
    Definition Classes
    StateRules
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val attribTreeRef: EntryParser[Int]

    Permalink
  11. lazy val attributeInfo: scalap.Rule[S, S, AttributeInfo, String]

    Permalink
  12. implicit def byteCodeEntryParser[A](rule: ScalaSigAttributeParsers.Parser[A]): EntryParser[A]

    Permalink
  13. lazy val children: scalap.Rule[S, S, Children, String]

    Permalink
  14. val classSymRef: EntryParser[ClassSymbol]

    Permalink
  15. val classSymbol: scalap.Rule[S, S, ClassSymbol, String] with Name

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def cond(f: (S) ⇒ Boolean): scalap.Rule[S, S, S, Nothing]

    Permalink

    Create a rule that identities if f(in) is true.

    Create a rule that identities if f(in) is true.

    Definition Classes
    StateRules
  18. lazy val constantRef: EntryParser[Any]

    Permalink
  19. lazy val entry: EntryParser[Any]

    Permalink
  20. implicit def entryType(code: Int): scalap.Rule[S, S, Int, Nothing]

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def error[X](err: X): scalap.Rule[Any, Nothing, Nothing, X]

    Permalink
    Definition Classes
    Rules
  24. def error[In]: scalap.Rule[In, Nothing, Nothing, In]

    Permalink
    Definition Classes
    Rules
  25. def expect[In, Out, A, Any](rule: scalap.Rule[In, Out, A, Any]): (In) ⇒ A

    Permalink

    Converts a rule into a function that throws an Exception on failure.

    Converts a rule into a function that throws an Exception on failure.

    Definition Classes
    Rules
  26. val extModClassRef: scalap.Rule[S, S, ExternalSymbol, String] with Name

    Permalink
  27. val extRef: scalap.Rule[S, S, ExternalSymbol, String] with Name

    Permalink
  28. val factory: RulesWithState

    Permalink
    Definition Classes
    RulesWithStateStateRules
  29. def failure: scalap.Rule[Any, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    Rules
  30. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def from[In]: FromRule[In]

    Permalink
    Definition Classes
    Rules
  32. def get: scalap.Rule[S, S, S, Nothing]

    Permalink
    Definition Classes
    StateRules
  33. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. implicit def inRule[In, Out, A, X](rule: scalap.Rule[In, Out, A, X]): InRule[In, Out, A, X]

    Permalink
    Definition Classes
    Rules
  36. val index: scalap.Rule[S, S, Int, Nothing]

    Permalink
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def isTopLevel(symbol: Symbol): Boolean

    Permalink
  39. def isTopLevelClass(symbol: Symbol): Boolean

    Permalink
  40. val key: scalap.Rule[S, S, Int, Nothing]

    Permalink
  41. lazy val literal: EntryParser[Any]

    Permalink
  42. def memo[In <: Memoisable, Out, A, X](key: AnyRef)(toRule: ⇒ (In) ⇒ Result[Out, A, X]): scalap.Rule[In, Out, A, X]

    Permalink
    Definition Classes
    MemoisableRules
  43. val methodSymbol: scalap.Rule[S, S, MethodSymbol, String] with Name

    Permalink
  44. val name: scalap.Rule[S, S, String, String] with Name

    Permalink
  45. lazy val nameRef: EntryParser[String]

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

    Permalink
    Definition Classes
    AnyRef
  47. def nil: scalap.Rule[S, S, Nil.type, Nothing]

    Permalink
    Definition Classes
    StateRules
  48. val noSymbol: scalap.Rule[S, S, NoSymbol.type, Nothing]

    Permalink
  49. def none: scalap.Rule[S, S, None.type, Nothing]

    Permalink
    Definition Classes
    StateRules
  50. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  52. val objectSymbol: scalap.Rule[S, S, ObjectSymbol, String] with Name

    Permalink
  53. def oneOf[In, Out, A, X](rules: scalap.Rule[In, Out, A, X]*): scalap.Rule[In, Out, A, X]

    Permalink
    Definition Classes
    Rules
  54. def parseEntry[A](parser: EntryParser[A])(index: Int): scalap.Rule[S, S, A, String]

    Permalink
  55. def read[A](f: (S) ⇒ A): scalap.Rule[S, S, A, Nothing]

    Permalink
    Definition Classes
    StateRules
  56. val ref: EntryParser[Int]

    Permalink
  57. def refTo[A](rule: EntryParser[A]): EntryParser[A]

    Permalink
  58. def repeatUntil[T, X](rule: Rule[(T) ⇒ T, X])(finished: (T) ⇒ Boolean)(initial: T): scalap.Rule[S, S, T, X]

    Permalink

    Repeatedly apply a rule from initial value until finished condition is met.

    Repeatedly apply a rule from initial value until finished condition is met.

    Definition Classes
    StateRules
  59. implicit def rule[In, Out, A, X](f: (In) ⇒ Result[Out, A, X]): scalap.Rule[In, Out, A, X]

    Permalink
    Definition Classes
    Rules
  60. def ruleWithName[In, Out, A, X](name: String, f: (In) ⇒ Result[Out, A, X]): scalap.Rule[In, Out, A, X] with Name

    Permalink
    Definition Classes
    MemoisableRulesRules
  61. implicit def seqRule[In, A, X](rule: scalap.Rule[In, In, A, X]): SeqRule[In, A, X]

    Permalink
    Definition Classes
    Rules
  62. def set(s: ⇒ S): scalap.Rule[S, S, S, Nothing]

    Permalink
    Definition Classes
    StateRules
  63. def state[s]: StateRules { type S = s }

    Permalink
    Definition Classes
    Rules
  64. def success[Out, A](out: Out, a: A): scalap.Rule[Any, Out, A, Nothing]

    Permalink
    Definition Classes
    Rules
  65. def symHeader(key: Int): EntryParser[Any]

    Permalink
  66. lazy val symbol: EntryParser[Symbol]

    Permalink
  67. def symbolEntry(key: Int): scalap.Rule[S, S, SymbolInfo, String]

    Permalink
  68. val symbolInfo: scalap.Rule[S, S, SymbolInfo, String]

    Permalink
  69. lazy val symbolRef: EntryParser[Symbol]

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

    Permalink
    Definition Classes
    AnyRef
  71. val termName: scalap.Rule[S, S, String, String]

    Permalink
  72. def toEntry[A](index: Int): scalap.Rule[S, S, Int, Nothing]

    Permalink
  73. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  74. lazy val topLevelClass: scalap.Rule[S, S, ClassSymbol, String]

    Permalink
  75. lazy val topLevelObject: scalap.Rule[S, S, ObjectSymbol, String]

    Permalink
  76. lazy val typeEntry: EntryParser[Type]

    Permalink
  77. val typeIndex: scalap.Rule[ScalaSigAttributeParsers.S, ScalaSigAttributeParsers.S, Int, Nothing]

    Permalink
  78. val typeLevel: scalap.Rule[ScalaSigAttributeParsers.S, ScalaSigAttributeParsers.S, Int, Nothing]

    Permalink
  79. val typeName: scalap.Rule[S, S, String, String]

    Permalink
  80. lazy val typeRef: EntryParser[Type]

    Permalink
  81. val typeSymbol: scalap.Rule[S, S, TypeSymbol, String] with Name

    Permalink
  82. def unit[A](a: ⇒ A): scalap.Rule[S, S, A, Nothing]

    Permalink
    Definition Classes
    StateRules
  83. def update(f: (S) ⇒ S): scalap.Rule[S, S, S, Nothing]

    Permalink
    Definition Classes
    StateRules
  84. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MemoisableRules

Inherited from RulesWithState

Inherited from StateRules

Inherited from Rules

Inherited from AnyRef

Inherited from Any

Ungrouped