org.scijava.sjep
Interface Token

All Known Subinterfaces:
Operator, Verb
All Known Implementing Classes:
AbstractToken, DefaultOperator, Function, Variable

public interface Token

Interface for various types of tokens: operators, functions and other symbols.

Author:
Curtis Rueden

Method Summary
 String getToken()
          Gets the token's sequence of characters.
 

Method Detail

getToken

String getToken()
Gets the token's sequence of characters.



Copyright © 2015 SciJava. All rights reserved.