Class SimpleToken

java.lang.Object
org.apache.camel.language.simple.types.SimpleToken

public final class SimpleToken extends Object
Holder for a token, with associated type and position in the input.
  • Constructor Details

  • Method Details

    • getType

      public SimpleTokenType getType()
    • getIndex

      public int getIndex()
    • getText

      public String getText()
    • getLength

      public int getLength()
    • toString

      public String toString()
      Overrides:
      toString in class Object