net.sf.parser4j.parser.entity.data
Class ToStateAndWhiteSpaceFlag

java.lang.Object
  extended by net.sf.parser4j.parser.entity.data.ToStateAndWhiteSpaceFlag
All Implemented Interfaces:
java.io.Serializable

public class ToStateAndWhiteSpaceFlag
extends java.lang.Object
implements java.io.Serializable

Author:
luc peuvrier
See Also:
Serialized Form

Constructor Summary
ToStateAndWhiteSpaceFlag(int toState, boolean whiteSpace)
           
 
Method Summary
 int getToState()
           
 boolean isWhiteSpace()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToStateAndWhiteSpaceFlag

public ToStateAndWhiteSpaceFlag(int toState,
                                boolean whiteSpace)
Method Detail

getToState

public int getToState()

isWhiteSpace

public boolean isWhiteSpace()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.