Uses of Class
com.google.googlejavaformat.java.TypeNameClassifier.JavaCaseFormat
-
Packages that use TypeNameClassifier.JavaCaseFormat Package Description com.google.googlejavaformat.java -
-
Uses of TypeNameClassifier.JavaCaseFormat in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return TypeNameClassifier.JavaCaseFormat Modifier and Type Method Description (package private) static TypeNameClassifier.JavaCaseFormatTypeNameClassifier.JavaCaseFormat. from(java.lang.String name)Classifies an identifier's case format.static TypeNameClassifier.JavaCaseFormatTypeNameClassifier.JavaCaseFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeNameClassifier.JavaCaseFormat[]TypeNameClassifier.JavaCaseFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.googlejavaformat.java with parameters of type TypeNameClassifier.JavaCaseFormat Modifier and Type Method Description abstract TypeNameClassifier.TyParseStateTypeNameClassifier.TyParseState. next(TypeNameClassifier.JavaCaseFormat n)Transition function.
-