be.SIRAPRISE.util
Class BracketParseResult

java.lang.Object
  extended by be.SIRAPRISE.util.BracketParseResult

public class BracketParseResult
extends java.lang.Object

Author:
Erwin Smout

Constructor Summary
BracketParseResult(java.lang.String string, int parsedCharCount)
           
 
Method Summary
 int getParsedCharCount()
          Gets the number of positions parsed to obtain the result string
 java.lang.String getString()
          Gets the parsed String
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BracketParseResult

public BracketParseResult(java.lang.String string,
                          int parsedCharCount)
Parameters:
string -
parsedCharCount -
Method Detail

getParsedCharCount

public int getParsedCharCount()
Gets the number of positions parsed to obtain the result string

Returns:
the number of positions parsed to obtain the result string

getString

public java.lang.String getString()
Gets the parsed String

Returns:
the parsed String

toString

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