Interface IParseNode

All Known Implementing Classes:
CommentDefinition, ConditionDefinition, DefinitionList, FieldDefinition, ForeachDefinition, TextDefinition

public interface IParseNode
Interface for all parse nodes of a TSL expression.
Since:
6.4
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    This method returns the position in the original text where the node started.
  • Method Details

    • getPosition

      int getPosition()
      This method returns the position in the original text where the node started.
      Returns:
      The character position in the original text where the node started.