Packages

class Statements extends AnyRef

Statement grammar. This can only be used in statement-blocks, and is sensitive to newlines and indentation to determine nesting

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Statements
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Statements(indent: Int)

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. val ENDMARKER: fastparse.noApi.P0
  5. val NEWLINE: fastparse.noApi.P0
  6. val SPACE: fastparse.noApi.Parser[Unit]
  7. val abortStmt: fastparse.noApi.P[Halt.type]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val assertStmt: fastparse.noApi.P[Assert]
  10. val block: fastparse.noApi.P[Seq[STMT]]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def collapse_dotted_name(name: Seq[Identifier]): EXPR
  13. val compoundStmt: fastparse.noApi.P[STMT]
  14. val contract: fastparse.noApi.P[Contract]
  15. val dotted_as_name: fastparse.noApi.P[Alias]
  16. val dotted_as_names: fastparse.noApi.Parser[Seq[Alias]]
  17. val dotted_name: fastparse.noApi.Parser[Seq[Identifier]]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. val evalInput: fastparse.noApi.P[EXPR]
  21. val exprStmt: fastparse.noApi.P[STMT]
  22. val fileInput: fastparse.noApi.P[Seq[STMT]]
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. val flowStmt: fastparse.noApi.P[STMT]
  25. val fnParameters: fastparse.noApi.P[Arguments]
  26. val forStmt: fastparse.noApi.P[For]
  27. val funcDef: fastparse.noApi.P[FunctionDef]
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. val ifStmt: fastparse.noApi.P[If]
  31. val indents: fastparse.noApi.Parser[Unit]
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val matchStmt: fastparse.noApi.P[Match]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. val passStmt: fastparse.noApi.P[Pass.type]
  38. val retTypeDecl: fastparse.noApi.P[Identifier]
  39. val returnStmt: fastparse.noApi.P[Return]
  40. val simpleStmt: fastparse.noApi.P[Seq[STMT]]
  41. val single_input: fastparse.noApi.P[Seq[STMT]]
  42. val smallStmt: fastparse.noApi.P[STMT]
  43. val spaceIndents: fastparse.noApi.P0
  44. val spaces: fastparse.noApi.Parser[Unit]
  45. val stmt: fastparse.noApi.P[Seq[STMT]]
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. val typeDeclarationArrow: fastparse.noApi.P[TypeIdentifier]
  49. val typeDeclarationSemi: fastparse.noApi.P[TypeIdentifier]
  50. val typeParams: fastparse.noApi.P[Seq[Identifier]]
  51. val unlockIfStmt: fastparse.noApi.P[UnlockIf]
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped