Package com.tonic.analysis.query.value
Class TypeNames
- java.lang.Object
-
- com.tonic.analysis.query.value.TypeNames
-
public final class TypeNames extends Object
Normalizes the many spellings of a Java type to one canonical descriptor form.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringcanonical(String type)Reduces any accepted type spelling to its descriptor form.
-