AstExpr

esmeta.ir.AstExpr
sealed trait AstExpr extends Expr

Attributes

Graph
Supertypes
trait Expr
trait LangEdge
trait IRElem
class Object
trait Matchable
class Any
Show all
Known subtypes
class ELexical
class ESyntactic

Members list

Value members

Inherited methods

def loc: Option[Loc]

get source locations

get source locations

Attributes

Inherited from:
LangEdge
def setLang(lang: Syntax): LangEdge.this.type

update backward edge to metalangauge

update backward edge to metalangauge

Attributes

Inherited from:
LangEdge
def setLangOpt(langOpt: Option[Syntax]): LangEdge.this.type

update backward edge to metalangauge

update backward edge to metalangauge

Attributes

Inherited from:
LangEdge
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
IRElem -> Any
Inherited from:
IRElem
def toString(detail: Boolean, location: Boolean): String

stringify with options

stringify with options

Attributes

Inherited from:
IRElem

Abstract fields

val name: String

Inherited fields

var langOpt: Option[Syntax]

backward edge to metalangauge

backward edge to metalangauge

Attributes

Inherited from:
LangEdge