Uses of Class
net.sourceforge.pmd.lang.java.types.internal.infer.ExprMirror.TypeSpecies
-
Packages that use ExprMirror.TypeSpecies Package Description net.sourceforge.pmd.lang.java.types.internal.infer -
-
Uses of ExprMirror.TypeSpecies in net.sourceforge.pmd.lang.java.types.internal.infer
Methods in net.sourceforge.pmd.lang.java.types.internal.infer that return ExprMirror.TypeSpecies Modifier and Type Method Description static ExprMirror.TypeSpeciesExprMirror.TypeSpecies. getSpecies(JTypeMirror t)default @NonNull ExprMirror.TypeSpeciesExprMirror. getStandaloneSpecies()Returns the species that this expression produces.static ExprMirror.TypeSpeciesExprMirror.TypeSpecies. valueOf(String name)Returns the enum constant of this type with the specified name.static ExprMirror.TypeSpecies[]ExprMirror.TypeSpecies. values()Returns an array containing the constants of this enum type, in the order they are declared.
-