Class ASTExprError


public final class ASTExprError extends ASTExpression
Compiler recovery expression inserted after semantic analysis has already reported an error.

This is not an LPC source-language value. It lets later analysis keep walking the tree without inventing a JVMud-native null or nil concept.

  • Constructor Details

    • ASTExprError

      public ASTExprError(int line)
  • Method Details