logo

class

compiler::Using

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

Using models an using import statement.

Slots

asName

Str asName

Source

make

new make(Location location, Str podName)

Source

podName

Str podName

Source

print

override Void print(AstWriter out)

Pretty print this node and it's descendants.

Source

resolvedPod

CPod resolvedPod

Source

resolvedType

CType resolvedType

Source

toStr

override Str toStr()

Return a string representation of this object.

Source

typeName

Str typeName

Source