object expr
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- expr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Attribute (value: expr, attr: identifier, ctx: expr_context) extends expr with Product with Serializable
- case class BinOp (left: expr, op: operator, right: expr) extends expr with Product with Serializable
- case class BoolOp (op: boolop, values: Seq[expr]) extends expr with Product with Serializable
- case class Call (func: expr, args: Seq[expr], keywords: Seq[keyword], starargs: Option[expr], kwargs: Option[expr]) extends expr with Product with Serializable
- case class Compare (left: expr, ops: Seq[cmpop], comparators: Seq[expr]) extends expr with Product with Serializable
- case class Dict (keys: Seq[expr], values: Seq[expr]) extends expr with Product with Serializable
- case class DictComp (key: expr, value: expr, generators: Seq[comprehension]) extends expr with Product with Serializable
- case class GeneratorExp (elt: expr, generators: Seq[comprehension]) extends expr with Product with Serializable
- case class IfExp (test: expr, body: expr, orelse: expr) extends expr with Product with Serializable
- case class Lambda (args: arguments, body: expr) extends expr with Product with Serializable
- case class List (elts: Seq[expr], ctx: expr_context) extends expr with Product with Serializable
- case class ListComp (elt: expr, generators: Seq[comprehension]) extends expr with Product with Serializable
- case class Name (id: identifier, ctx: expr_context) extends expr with Product with Serializable
- case class Num (n: Any) extends expr with Product with Serializable
- case class Repr (value: expr) extends expr with Product with Serializable
- case class Set (elts: Seq[expr]) extends expr with Product with Serializable
- case class SetComp (elt: expr, generators: Seq[comprehension]) extends expr with Product with Serializable
- case class Str (s: string) extends expr with Product with Serializable
- case class Subscript (value: expr, slice: slice, ctx: expr_context) extends expr with Product with Serializable
- case class Tuple (elts: Seq[expr], ctx: expr_context) extends expr with Product with Serializable
- case class UnaryOp (op: unaryop, operand: expr) extends expr with Product with Serializable
- case class Yield (value: Option[expr]) extends expr with Product with Serializable
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )