Class ASTExprProtectedEval


public final class ASTExprProtectedEval extends ASTExpression
JVMud-neutral protected evaluation expression.

LDMud-compatible source can spell this as catch (...), but the AST keeps that compatibility syntax at the parser boundary.

  • Constructor Details

    • ASTExprProtectedEval

      public ASTExprProtectedEval(int line, ASTExpression body, boolean suppressLogging)
  • Method Details