com.singularsys.jep.configurableparser.tokens
Class TerminatorToken

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

public class TerminatorToken
extends Token

A token representing the end of the equation.

See Also:
Serialized Form

Constructor Summary
TerminatorToken(java.lang.String source)
           
 
Method Summary
 
Methods inherited from class com.singularsys.jep.configurableparser.tokens.Token
equals, getColumnNumber, getLength, getLineNumber, getSource, hashCode, isBinary, isComment, isFunction, isIdentifier, isImplicitMulRhs, isNumber, isOperator, isPrefix, isString, isSuffix, isSymbol, isTerminal, isTernary, isWhiteSpace, setPosition, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerminatorToken

public TerminatorToken(java.lang.String source)


Copyright © 2010 Singular Systems http://www.singularsys.com/jep