Class BoxComment
java.lang.Object
ortus.boxlang.compiler.ast.BoxNode
ortus.boxlang.compiler.ast.comment.BoxComment
- All Implemented Interfaces:
BoxVisitable
- Direct Known Subclasses:
BoxMultiLineComment,BoxSingleLineComment
abstract class for comments
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionBoxComment(String commentText, Position position, String sourceText) Create a instance of a BoxComment -
Method Summary
Methods 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ortus.boxlang.compiler.ast.visitor.BoxVisitable
accept, accept