Public Member Functions

antlr.collections.Enumerator Interface Reference

List of all members.

Public Member Functions

Object cursor ()
Object next ()
boolean valid ()

Member Function Documentation

Object antlr.collections.Enumerator.cursor (  ) 

Return the element under the cursor; return null if !valid() or if called before first next() call.

Object antlr.collections.Enumerator.next (  ) 

Return the next element in the enumeration; first call to next() returns the first element.

boolean antlr.collections.Enumerator.valid (  ) 

Any more elements in the enumeration?


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties