W3cubDocs

/Haxe

Catch

package haxe.macro

import haxe.macro.Expr

Available on all platforms

Represents a catch in the AST.

See also:

Fields

optionaltype:Null<ComplexType>

The type of the catch.

name:String

The name of the catch variable.

expr:Expr

The expression of the catch.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/macro/Catch.html