org.acm.seguin.pretty.ai
Class ParseVariableName

java.lang.Object
  extended by org.acm.seguin.pretty.ai.ParseVariableName

public class ParseVariableName
extends java.lang.Object

Parses a variable name into different words

Author:
Chris Seguin

Constructor Summary
ParseVariableName()
           
 
Method Summary
 java.lang.String parse(java.lang.String value)
          This breaks words around capitalization except when there are capitalization occurs two or more times in a row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseVariableName

public ParseVariableName()
Method Detail

parse

public java.lang.String parse(java.lang.String value)
This breaks words around capitalization except when there are capitalization occurs two or more times in a row.

Parameters:
value - the string to break
Returns:
the broken string