FindBugs™ 1.3.9

edu.umd.cs.findbugs.ml
Class SplitCamelCaseIdentifier

java.lang.Object
  extended by edu.umd.cs.findbugs.ml.SplitCamelCaseIdentifier

public class SplitCamelCaseIdentifier
extends java.lang.Object

Split a camel case identifier into individual words.

Author:
David Hovemeyer

Constructor Summary
SplitCamelCaseIdentifier(java.lang.String ident)
          Constructor.
 
Method Summary
 java.util.Collection<java.lang.String> split()
          Split the identifier into words.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitCamelCaseIdentifier

public SplitCamelCaseIdentifier(java.lang.String ident)
Constructor.

Parameters:
ident - the identifier to split into words
Method Detail

split

public java.util.Collection<java.lang.String> split()
Split the identifier into words.

Returns:
Collection of words in the identifier

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.