nitc :: AAsCastForm :: defaultinit
# A cast, against a type or `not null`
class AAsCastForm
super AExpr
# The expression to cast
var n_expr: AExpr is writable, noinit
# The `as` keyword
var n_kwas: TKwas is writable, noinit
# The opening parenthesis
var n_opar: nullable TOpar = null is writable
# The closing parenthesis
var n_cpar: nullable TCpar = null is writable
end
src/parser/parser_nodes.nit:2732,1--2747,3