macro.Catch

Catch

package haxe-macro

import haxe.macro.Expr

Available on all platforms

Represents a catch in the AST. @https://haxe.org/manual/expression-try-catch.html

Properties

expr:Expr

The expression of the catch.

name:String

The name of the catch variable.

type:登录查看完整内容