TypeMangler

Undocumented in source.

Constructors

this
this(SemanticPass pass)
Undocumented in source.

Alias This

pass

Members

Functions

visit
string visit(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(BuiltinType t)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(Struct s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(Class c)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(Enum e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(TypeAlias a)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(Interface i)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(Union u)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(Function f)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(Type[] seq)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(FunctionType f)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(Pattern p)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
string visit(CompileError e)
Undocumented in source. Be warned that the author may not have intended to support it.
visitArrayOf
string visitArrayOf(uint size, Type t)
Undocumented in source. Be warned that the author may not have intended to support it.
visitPointerOf
string visitPointerOf(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.
visitSliceOf
string visitSliceOf(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta