org.json4s.scalap.scalasig

ScalaSigEntryParsers

object ScalaSigEntryParsers extends RulesWithState with MemoisableRules

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

  3. trait FromRule[In] extends AnyRef

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

    Definition Classes
    StateRules
  5. type S = Entry

    Definition Classes
    ScalaSigEntryParsersStateRules

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val aliasSymbol: scalap.Rule[S, S, AliasSymbol, String] with Name

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

    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
  8. lazy val annotInfo: scalap.Rule[S, S, AnnotInfo, String]

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

    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
  10. def apply[A, X](f: (S) ⇒ Result[S, A, X]): scalap.Rule[S, S, A, X]

    Definition Classes
    StateRules
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. val attribTreeRef: EntryParser[Int]

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

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

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

  16. val classSymRef: EntryParser[ClassSymbol]

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

  18. def clone(): AnyRef

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

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

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

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

  21. lazy val entry: EntryParser[Any]

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

  23. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    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
  28. val extModClassRef: scalap.Rule[S, S, ExternalSymbol, String] with Name

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

  30. val factory: RulesWithState

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

    Definition Classes
    Rules
  32. def finalize(): Unit

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

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

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

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

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

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

  39. final def isInstanceOf[T0]: Boolean

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

  41. def isTopLevelClass(symbol: Symbol): Boolean

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

  43. lazy val literal: EntryParser[Any]

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

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

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

  47. lazy val nameRef: EntryParser[String]

  48. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    StateRules
  52. final def notify(): Unit

    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

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

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

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

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

    Definition Classes
    StateRules
  58. val ref: EntryParser[Int]

  59. def refTo[A](rule: EntryParser[A]): EntryParser[A]

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

    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
  61. implicit def rule[In, Out, A, X](f: (In) ⇒ Result[Out, A, X]): scalap.Rule[In, Out, A, X]

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

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

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

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

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

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

  68. lazy val symbol: EntryParser[Symbol]

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

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

  71. lazy val symbolRef: EntryParser[Symbol]

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

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

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

  75. def toString(): String

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

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

  78. lazy val typeEntry: EntryParser[Type]

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

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

  81. val typeName: scalap.Rule[S, S, String, String]

  82. lazy val typeRef: EntryParser[Type]

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

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

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

    Definition Classes
    StateRules
  86. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MemoisableRules

Inherited from RulesWithState

Inherited from StateRules

Inherited from Rules

Inherited from AnyRef

Inherited from Any

Ungrouped