Class TokenExpression

    • Constructor Detail

      • TokenExpression

        public TokenExpression​(@NonNull
                               @NonNull ParserToken token)
    • Method Detail

      • getText

        public String getText()
      • getType

        public Tag getType()
        Description copied from interface: Expression
        Gets the tag associated with the Expression
        Specified by:
        getType in interface Expression
        Returns:
        the type
      • getVariable

        public String getVariable​(int index)
      • getVariableCount

        public int getVariableCount()
      • getVariables

        public String[] getVariables()