Class TerminatorToken

java.lang.Object
com.singularsys.jep.configurableparser.tokens.Token
com.singularsys.jep.configurableparser.tokens.TerminatorToken
All Implemented Interfaces:
Serializable

public class TerminatorToken extends Token
A token representing the end of the equation.
See Also:
  • Constructor Details

    • TerminatorToken

      public TerminatorToken(String source)