nitc :: ACastAsExternCall :: defaultinit
# A single callback declaration on a cast to a given type
class ACastAsExternCall
super ACastExternCall
# The origin type of the cast
var n_from_type: AType is writable, noinit
# The dot (`.`)
var n_dot: nullable TDot = null is writable
# The `as` keyword
var n_kwas: TKwas is writable, noinit
# The destination of the cast
var n_to_type: AType is writable, noinit
end
src/parser/parser_nodes.nit:1541,1--1556,3