class compiler::StaticTargetExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::StaticTargetExpr

Source

StaticTargetExpr wraps a type reference as an Expr for use as a target in a static field access or method call

make

new make(Loc loc, CType ctype)

Source

sameVarAs

virtual override Bool sameVarAs(Expr that)

Source

toStr

virtual override Str toStr()

Source