Class SplitCamelCaseIdentifier

java.lang.Object
edu.umd.cs.findbugs.util.SplitCamelCaseIdentifier

public class SplitCamelCaseIdentifier extends Object
Split a camel case identifier into individual words.
Author:
David Hovemeyer
  • Constructor Details

    • SplitCamelCaseIdentifier

      public SplitCamelCaseIdentifier(String ident)
      Constructor.
      Parameters:
      ident - the identifier to split into words
  • Method Details

    • split

      public Collection<String> split()
      Split the identifier into words.
      Returns:
      Collection of words in the identifier