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 augassign: fastparse.noApi.P[OPERATOR]
  11. val block: fastparse.noApi.P[Seq[STMT]]
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  13. def collapse_dotted_name(name: Seq[Identifier]): EXPR
  14. val compoundStmt: fastparse.noApi.P[STMT]
  15. val contract: fastparse.noApi.P[Contract]
  16. val dotted_as_name: fastparse.noApi.P[Alias]
  17. val dotted_as_names: fastparse.noApi.Parser[Seq[Alias]]
  18. val dotted_name: fastparse.noApi.Parser[Seq[Identifier]]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. val evalInput: fastparse.noApi.P[EXPR]
  22. val exprStmt: fastparse.noApi.P[STMT]
  23. val fileInput: fastparse.noApi.P[Seq[STMT]]
  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() @HotSpotIntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. val ifStmt: fastparse.noApi.P[If]
  31. val indents: fastparse.noApi.Parser[Unit]
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. val retTypeDecl: fastparse.noApi.P[Identifier]
  37. val returnStmt: fastparse.noApi.P[Return]
  38. val simpleStmt: fastparse.noApi.P[Seq[STMT]]
  39. val single_input: fastparse.noApi.P[Seq[STMT]]
  40. val smallStmt: fastparse.noApi.P[STMT]
  41. val spaceIndents: fastparse.noApi.P0
  42. val spaces: fastparse.noApi.Parser[Unit]
  43. val stmt: fastparse.noApi.P[Seq[STMT]]
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. val typeDecl: fastparse.noApi.P[Identifier]
  47. val unlockIfStmt: fastparse.noApi.P[UnlockIf]
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped