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
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Statements
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Statements(indent: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ENDMARKER: fastparse.noApi.P0
- val NEWLINE: fastparse.noApi.P0
- val SPACE: fastparse.noApi.Parser[Unit]
- val abortStmt: fastparse.noApi.P[Halt.type]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val assertStmt: fastparse.noApi.P[Assert]
- val augassign: fastparse.noApi.P[OPERATOR]
- val block: fastparse.noApi.P[Seq[STMT]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def collapse_dotted_name(name: Seq[Identifier]): EXPR
- val compoundStmt: fastparse.noApi.P[STMT]
- val contract: fastparse.noApi.P[Contract]
- val dotted_as_name: fastparse.noApi.P[Alias]
- val dotted_as_names: fastparse.noApi.Parser[Seq[Alias]]
- val dotted_name: fastparse.noApi.Parser[Seq[Identifier]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val evalInput: fastparse.noApi.P[EXPR]
- val exprStmt: fastparse.noApi.P[STMT]
- val fileInput: fastparse.noApi.P[Seq[STMT]]
- val flowStmt: fastparse.noApi.P[STMT]
- val fnParameters: fastparse.noApi.P[Arguments]
- val forStmt: fastparse.noApi.P[For]
- val funcDef: fastparse.noApi.P[FunctionDef]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val ifStmt: fastparse.noApi.P[If]
- val indents: fastparse.noApi.Parser[Unit]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val retTypeDecl: fastparse.noApi.P[Identifier]
- val returnStmt: fastparse.noApi.P[Return]
- val simpleStmt: fastparse.noApi.P[Seq[STMT]]
- val single_input: fastparse.noApi.P[Seq[STMT]]
- val smallStmt: fastparse.noApi.P[STMT]
- val spaceIndents: fastparse.noApi.P0
- val spaces: fastparse.noApi.Parser[Unit]
- val stmt: fastparse.noApi.P[Seq[STMT]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val typeDecl: fastparse.noApi.P[Identifier]
- val unlockIfStmt: fastparse.noApi.P[UnlockIf]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )