Package ortus.boxlang.compiler.ast
Class BoxStatementError
java.lang.Object
ortus.boxlang.compiler.ast.BoxNode
ortus.boxlang.compiler.ast.BoxStatement
ortus.boxlang.compiler.ast.BoxStatementError
- All Implemented Interfaces:
BoxVisitable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDo not call as this indicates there was a parser error and you should not try to generate any code when the AST is in error.voidDo not call as this node means the AST is in errorMethods inherited from class ortus.boxlang.compiler.ast.BoxNode
addComment, associateComments, endsOnSameLineAs, enumToMap, getAncestors, getChildren, getComments, getDescendants, getDescendantsOfType, getDescendantsOfType, getDescription, getDocComment, getFirstAncestorOfType, getFirstAncestorOfType, getFirstNodeOfType, getFirstNodeOfType, getFirstNodeOfTypes, getParent, getPosition, getSourceText, isAfter, isBefore, isInside, replaceChildren, replaceChildren, setComments, setParent, setPosition, setSourceText, startsOnEndLineOf, toJSON, toMap, toString
-
Constructor Details
-
BoxStatementError
Constructor- Parameters:
position- position of the statement in the source codesourceText- source code of the statement
-
-
Method Details
-
accept
Do not call as this node means the AST is in error- Parameters:
v- the visitor implementation
-
accept
Do not call as this indicates there was a parser error and you should not try to generate any code when the AST is in error.- Parameters:
v- the visitor implementation- Returns:
- null
-