LValue

abstract class LValue extends Expr
class Expr
class Stat
class AST
class Object
trait Matchable
class Any
class Access
class Var

Value members

Inherited methods

Inherited from:
HasEvalType
def promoteToType: Option[Type]
Inherited from:
HasPromoteToType
def visit[S, R](s: S, v: TreeVisitor[S, R]): Either[Throwable, R]
Inherited from:
AST
def withPromoteToType(t: Option[Type]): Expr
Inherited from:
Expr