Uses of Enum Class
com.cryptomorin.xseries.reflection.constraint.ReflectiveConstraint.Result
Packages that use ReflectiveConstraint.Result
-
Uses of ReflectiveConstraint.Result in com.cryptomorin.xseries.reflection.constraint
Methods in com.cryptomorin.xseries.reflection.constraint that return ReflectiveConstraint.ResultModifier and TypeMethodDescriptionClassTypeConstraint.appliesTo(ReflectiveHandle<?> handle, Object jvm) @NotNull ReflectiveConstraint.ResultReflectiveConstraint.appliesTo(@NotNull ReflectiveHandle<?> handle, @NotNull Object jvm) Whether this constraint can be applied and applies to the given item.VisibilityConstraint.appliesTo(ReflectiveHandle<?> handle, Object jvm) ReflectiveConstraintException.getResult()static ReflectiveConstraint.ResultReflectiveConstraint.Result.of(boolean test) Simple method that should only be used if this constraint is compatible (INCOMPATIBLEis not possible).static ReflectiveConstraint.ResultReturns the enum constant of this class with the specified name.static ReflectiveConstraint.Result[]ReflectiveConstraint.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cryptomorin.xseries.reflection.constraint with parameters of type ReflectiveConstraint.ResultModifier and TypeMethodDescriptionReflectiveConstraintException.create(ReflectiveConstraint constraint, ReflectiveConstraint.Result result, ReflectiveHandle<?> handle, Object jvm)