ConstVal

abstract class ConstVal extends Expr

Any Constant Variable

class Expr
class Stat
class AST
class Object
trait Matchable
class Any
class BoolVal
class DateVal
class DoubleVal
class FloatVal
class IntVal
class LongVal
class StrVal
class StructVal
class VoidVal

Value members

Inherited methods

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

Abstract fields

val promoteToType: Option[Type]