Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.trapezium.parse.TokenEnumerator

Uses of TokenEnumerator in com.trapezium.parse
 

Methods in com.trapezium.parse with parameters of type TokenEnumerator
 void TokenEnumerator.snarfArrays(TokenEnumerator source)
          copy array objects from one TokenEnumerator to another
 boolean TokenEnumerator.sameAs(TokenEnumerator other)
          compare the current token to one in another TokenEnumerator
 

Constructors in com.trapezium.parse with parameters of type TokenEnumerator
TokenEnumerator(TokenEnumerator source)
          Create one tokenEnumerator using the same arrays as another.