scalaParser

package scalaParser

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Core extends Parser with Basic with Literals with Identifiers with RulesOps with Switches with Settings

  2. trait Exprs extends Core with Types with Xml with SubScript

    Created by haoyi on 11/30/14.

  3. trait Metarules extends AnyRef

  4. abstract class RuleBank[+T] extends AnyRef

    RuleBank stores all possible rule variations with the states under which these variations take palce.

  5. trait RulesOps extends StringRulesOps with Metarules

  6. class Scala extends Core with Types with Exprs with Xml with SubScript

    Parser for Scala syntax.

  7. trait Settings extends AnyRef

  8. trait StringRulesOps extends StringTransformFunctions

  9. trait StringTransformFunctions extends AnyRef

  10. trait Switch extends AnyRef

    Some rules may be different depending on the context.

  11. trait Switches extends AnyRef

  12. trait Types extends Core

  13. trait Xml extends Core

Value Members

  1. package subscript

  2. package syntax

Ungrouped