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

public abstract class BoxComment extends BoxNode
abstract class for comments
  • Constructor Details

    • BoxComment

      public BoxComment(String commentText, Position position, String sourceText)
      Create a instance of a BoxComment
      Parameters:
      position - position within the source code
      sourceText - source code
  • Method Details