expr

pythonparse.Ast$.expr$
See theexpr companion trait
object expr

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
expr.type

Members list

Concise view

Type members

Classlikes

case class Attribute(value: expr, attr: identifier, ctx: expr_context) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class BinOp(left: expr, op: operator, right: expr) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class BoolOp(op: boolop, values: Seq[expr]) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Call(func: expr, args: Seq[expr], keywords: Seq[keyword], starargs: Option[expr], kwargs: Option[expr]) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Compare(left: expr, ops: Seq[cmpop], comparators: Seq[expr]) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Dict(keys: Seq[expr], values: Seq[expr]) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class DictComp(key: expr, value: expr, generators: Seq[comprehension]) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class GeneratorExp(elt: expr, generators: Seq[comprehension]) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class IfExp(test: expr, body: expr, orelse: expr) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Lambda(args: arguments, body: expr) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class List(elts: Seq[expr], ctx: expr_context) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class ListComp(elt: expr, generators: Seq[comprehension]) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Name(id: identifier, ctx: expr_context) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Num(n: Any) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Repr(value: expr) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Set(elts: Seq[expr]) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class SetComp(elt: expr, generators: Seq[comprehension]) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Str(s: string) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Subscript(value: expr, slice: slice, ctx: expr_context) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Tuple(elts: Seq[expr], ctx: expr_context) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class UnaryOp(op: unaryop, operand: expr) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
case class Yield(value: Option[expr]) extends expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror