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

Quick Search    Search Deep

com.presumo.jms.selector
Class RegExp.state  view RegExp.state download RegExp.state.java

java.lang.Object
  extended bycom.presumo.jms.selector.RegExp.state
Enclosing class:
RegExp

private static class RegExp.state
extends java.lang.Object


Field Summary
 java.util.Vector e_next_states
           
 char matched_char
           
 int next_state
           
 
Constructor Summary
private RegExp.state()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matched_char

public char matched_char

next_state

public int next_state

e_next_states

public java.util.Vector e_next_states
Constructor Detail

RegExp.state

private RegExp.state()