MatchClass

io.joern.pythonparser.ast.MatchClass
case class MatchClass(cls: iexpr, patterns: Seq[ipattern], kwd_attrs: Seq[String], kwd_patterns: Seq[ipattern], attributeProvider: AttributeProvider) extends ipattern

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ipattern
trait iast
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(cls: iexpr, patterns: List[ipattern], kwd_attrs: List[String], kwd_patterns: List[ipattern], attributeProvider: AttributeProvider)

Concrete methods

override def accept[T](visitor: AstVisitor[T]): T

Attributes

Definition Classes

Inherited methods

def col_offset: Int

Attributes

Inherited from:
iattributes

Attributes

Inherited from:
iattributes

Attributes

Inherited from:
iattributes
def end_lineno: Int

Attributes

Inherited from:
iattributes
def input_offset: Int

Attributes

Inherited from:
iattributes
def lineno: Int

Attributes

Inherited from:
iattributes
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product