edu.umd.cs.findbugs.ml
public class SplitCamelCaseIdentifier extends Object
Constructor Summary | |
---|---|
SplitCamelCaseIdentifier(String ident)
Constructor.
|
Method Summary | |
---|---|
Collection<String> | split()
Split the identifier into words.
|
Parameters: ident the identifier to split into words
Returns: Collection of words in the identifier