|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ml.SplitCamelCaseIdentifier
public class SplitCamelCaseIdentifier
Split a camel case identifier into individual words.
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 |
---|
public SplitCamelCaseIdentifier(java.lang.String ident)
ident
- the identifier to split into wordsMethod Detail |
---|
public java.util.Collection<java.lang.String> split()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |