logo
class

compiler::Using

sys::Obj
  compiler::Node
    compiler::Using

Using models an using import statement.

Slots

asName

Str asName

make

new make(Location location, Str podName)

podName

Str podName

print

virtual Void print(AstWriter out)

resolvedPod

CPod resolvedPod

resolvedType

CType resolvedType

toStr

virtual Str toStr()

typeName

Str typeName