edu.umd.cs.findbugs.ml

Class SplitCamelCaseIdentifier

public class SplitCamelCaseIdentifier extends Object

Split a camel case identifier into individual words.

Author: David Hovemeyer

Constructor Summary
SplitCamelCaseIdentifier(String ident)
Constructor.
Method Summary
Collection<String>split()
Split the identifier into words.

Constructor Detail

SplitCamelCaseIdentifier

public SplitCamelCaseIdentifier(String ident)
Constructor.

Parameters: ident the identifier to split into words

Method Detail

split

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

Returns: Collection of words in the identifier

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