axle.ast

LLLanguage

class LLLanguage extends Language

Linear Supertypes
Language, Serializable, Serializable, Product, Equals, Loggable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LLLanguage
  2. Language
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. Loggable
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LLLanguage (name: String)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def associativityOf (rule: Rule): String

    Definition Classes
    Language
  8. def buildParseTable (): Unit

  9. def canEqual (arg0: Any): Boolean

    Definition Classes
    Language → Equals
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def debug (msg: ⇒ AnyRef): Unit

    Attributes
    protected
    Definition Classes
    Loggable
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

    Definition Classes
    Language → Equals → AnyRef → Any
  14. def error (msg: ⇒ AnyRef, t: ⇒ Throwable = null): Unit

    Attributes
    protected
    Definition Classes
    Loggable
  15. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def first (X: Symbol): Set[Symbol]

  17. def first (XS: List[Symbol]): Set[Symbol]

  18. def follow (symbol: NonTerminal): Set[Symbol]

  19. val followMemo : Map[Symbol, Set[Symbol]]

  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def hashCode (): Int

    Definition Classes
    Language → AnyRef → Any
  22. def info (msg: ⇒ AnyRef): Unit

    Attributes
    protected
    Definition Classes
    Loggable
  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. val llRules : Map[String, LLRule]

  25. def lowerThan (x: Rule, y: Rule): Option[Boolean]

    Definition Classes
    Language
  26. val name : String

    Definition Classes
    LLLanguageLanguage
  27. val name2rule : Map[String, Rule]

    Definition Classes
    Language
  28. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  29. val nonTerminals : Map[String, NonTerminal]

  30. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. def parseFile (filename: String): Option[AstNode]

    Definition Classes
    Language
  33. def parseString (code: String): Option[AstNode]

    Definition Classes
    Language
  34. val parseTable : Map[(NonTerminal, Symbol), LLRule]

  35. val parser : (String) ⇒ Option[AstNode]

    Definition Classes
    Language
  36. val precedenceGroups : List[(List[String], String)]

    Definition Classes
    Language
  37. def precedenceOf (rule: Rule): Option[Int]

    Definition Classes
    Language
  38. def productArity : Int

    Definition Classes
    Language → Product
  39. def productElement (arg0: Int): Any

    Definition Classes
    Language → Product
  40. def productIterator : Iterator[Any]

    Definition Classes
    Product
  41. def productPrefix : String

    Definition Classes
    Language → Product
  42. val rulename2associativity : Map[String, String]

    Definition Classes
    Language
  43. val rulename2precedence : Map[String, Int]

    Definition Classes
    Language
  44. val rules : List[Rule]

    Definition Classes
    Language
  45. def symbol (label: String): Option[Product with Serializable with Symbol]

  46. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  47. val terminals : Map[String, Terminal]

  48. def toString (): String

    Definition Classes
    Language → AnyRef → Any
  49. def trim (ast: AstNode): AstNode

    Definition Classes
    Language
  50. val trimmer : (AstNode) ⇒ AstNode

    Definition Classes
    Language
  51. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  54. def warn (msg: ⇒ AnyRef, t: ⇒ Throwable = null): Unit

    Attributes
    protected
    Definition Classes
    Loggable

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Language

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Loggable

Inherited from AnyRef

Inherited from Any