Class ASTExprError
java.lang.Object
io.github.protasm.jvmud.compiler.parser.ast.ASTNode
io.github.protasm.jvmud.compiler.parser.ast.ASTExpression
io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprError
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.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ASTNode
accept, className, line, setSourceOrder, sourceOrder
-
Constructor Details
-
ASTExprError
public ASTExprError(int line)
-
-
Method Details
-
lpcType
- Specified by:
lpcTypein classASTExpression
-