object Statements extends Statements
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Statements
- Statements
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
ENDMARKER[$](implicit arg0: P[$]): fastparse.P0
- Definition Classes
- Statements
-
def
NEWLINE[$](implicit arg0: P[$]): fastparse.P0
- Definition Classes
- Statements
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assert_stmt[$](implicit arg0: P[$]): P[Assert]
- Definition Classes
- Statements
-
def
augassign[$](implicit arg0: P[$]): P[operator]
- Definition Classes
- Statements
-
def
break_stmt[$](implicit arg0: P[$]): P[Break.type]
- Definition Classes
- Statements
-
def
classdef[$](implicit arg0: P[$]): P[(Seq[expr]) ⇒ ClassDef]
- Definition Classes
- Statements
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
collapse_dotted_name(name: Seq[identifier]): expr
- Definition Classes
- Statements
-
def
compound_stmt[$](implicit arg0: P[$]): P[stmt]
- Definition Classes
- Statements
-
def
continue_stmt[$](implicit arg0: P[$]): P[Continue.type]
- Definition Classes
- Statements
-
def
decorated[$](implicit arg0: P[$]): P[stmt]
- Definition Classes
- Statements
-
def
decorator[$](implicit arg0: P[$]): P[expr]
- Definition Classes
- Statements
-
def
decorators[$](implicit arg0: P[$]): P[Seq[expr]]
- Definition Classes
- Statements
-
def
del_stmt[$](implicit arg0: P[$]): P[Delete]
- Definition Classes
- Statements
-
def
dotted_as_name[$](implicit arg0: P[$]): P[alias]
- Definition Classes
- Statements
-
def
dotted_as_names[$](implicit arg0: P[$]): P[Seq[alias]]
- Definition Classes
- Statements
-
def
dotted_name[$](implicit arg0: P[$]): P[Seq[identifier]]
- Definition Classes
- Statements
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
eval_input[$](implicit arg0: P[$]): P[expr]
- Definition Classes
- Statements
-
def
except_clause[$](implicit arg0: P[$]): P[Option[(expr, Option[expr])]]
- Definition Classes
- Statements
-
def
exec_stmt[$](implicit arg0: P[$]): P[Exec]
- Definition Classes
- Statements
-
def
expr_stmt[$](implicit arg0: P[$]): P[stmt]
- Definition Classes
- Statements
-
def
file_input[$](implicit arg0: P[$]): P[Seq[stmt]]
- Definition Classes
- Statements
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flow_stmt[$](implicit arg0: P[$]): P[stmt]
- Definition Classes
- Statements
-
def
for_stmt[$](implicit arg0: P[$]): P[For]
- Definition Classes
- Statements
-
def
funcdef[$](implicit arg0: P[$]): P[(Seq[expr]) ⇒ FunctionDef]
- Definition Classes
- Statements
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
global_stmt[$](implicit arg0: P[$]): P[Global]
- Definition Classes
- Statements
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
if_stmt[$](implicit arg0: P[$]): P[If]
- Definition Classes
- Statements
-
def
import_as_name[$](implicit arg0: P[$]): P[alias]
- Definition Classes
- Statements
-
def
import_as_names[$](implicit arg0: P[$]): P[Seq[alias]]
- Definition Classes
- Statements
-
def
import_from[$](implicit arg0: P[$]): P[ImportFrom]
- Definition Classes
- Statements
-
def
import_name[$](implicit arg0: P[$]): P[Import]
- Definition Classes
- Statements
-
def
import_stmt[$](implicit arg0: P[$]): P[stmt]
- Definition Classes
- Statements
-
def
indents[$](implicit arg0: P[$]): P[Unit]
- Definition Classes
- Statements
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parameters[$](implicit arg0: P[$]): P[arguments]
- Definition Classes
- Statements
-
def
pass_stmt[$](implicit arg0: P[$]): P[Pass.type]
- Definition Classes
- Statements
-
def
print_stmt[$](implicit arg0: P[$]): P[Print]
- Definition Classes
- Statements
-
def
raise_stmt[$](implicit arg0: P[$]): P[Raise]
- Definition Classes
- Statements
-
def
return_stmt[$](implicit arg0: P[$]): P[Return]
- Definition Classes
- Statements
-
def
simple_stmt[$](implicit arg0: P[$]): P[Seq[stmt]]
- Definition Classes
- Statements
-
def
single_input[$](implicit arg0: P[$]): P[Seq[stmt]]
- Definition Classes
- Statements
-
def
small_stmt[$](implicit arg0: P[$]): P[stmt]
- Definition Classes
- Statements
-
def
space[$](implicit arg0: P[$]): P[Unit]
- Definition Classes
- Statements
-
def
space_indents[$](implicit arg0: P[$]): P[Unit]
- Definition Classes
- Statements
-
def
spaces[$](implicit arg0: P[$]): P[Unit]
- Definition Classes
- Statements
-
def
stmt[$](implicit arg0: P[$]): P[Seq[stmt]]
- Definition Classes
- Statements
-
def
suite[$](implicit arg0: P[$]): P[Seq[stmt]]
- Definition Classes
- Statements
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
try_stmt[$](implicit arg0: P[$]): P[stmt]
- Definition Classes
- Statements
-
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
- @throws( ... ) @native()
-
def
while_stmt[$](implicit arg0: P[$]): P[While]
- Definition Classes
- Statements
-
def
with_item[$](implicit arg0: P[$]): P[(expr, Option[expr])]
- Definition Classes
- Statements
-
def
with_stmt[$](implicit arg0: P[$]): P[With]
- Definition Classes
- Statements
-
def
yield_stmt[$](implicit arg0: P[$]): P[Expr]
- Definition Classes
- Statements
-
implicit
object
whitespace extends Whitespace
- Definition Classes
- Statements