Interface Token

All Known Implementing Classes:
TokenImpl

public interface Token
  • Method Summary

    Modifier and Type
    Method
    Description
    Get's the entire String between #{ and }# including arguments
    getSourceLocation(boolean dueToError)
    When you throw an exception, you can add the location in the source by reading from the token it's location
    boolean
     
  • Method Details

    • getSourceLocation

      String getSourceLocation(boolean dueToError)
      When you throw an exception, you can add the location in the source by reading from the token it's location
    • getCleanValue

      String getCleanValue()
      Get's the entire String between #{ and }# including arguments
    • isEndTag

      boolean isEndTag()