Fan

 

class

compiler::Using

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

Using models an using import statement.

Slots

asNameSource

Str? asName

makeSource

new make(Location location)

podNameSource

Str podName

printSource

override Void print(AstWriter out)

Overrides compiler::Node.print

Doc inherited from compiler::Node.print

Pretty print this node and it's descendants.

resolvedPodSource

CPod? resolvedPod

resolvedTypeSource

CType? resolvedType

toStrSource

override Str toStr()

Overrides sys::Obj.toStr

Doc inherited from sys::Obj.toStr

Return a string representation of this object.

typeNameSource

Str? typeName