Uses of Class
org.immutables.value.processor.encode.Code.Binder.State
-
Packages that use Code.Binder.State Package Description org.immutables.value.processor.encode -
-
Uses of Code.Binder.State in org.immutables.value.processor.encode
Methods in org.immutables.value.processor.encode that return Code.Binder.State Modifier and Type Method Description (package private) Code.Binder.StateCode.Binder.State. next(Code.Term t, java.util.List<Code.Term> inputTerms, int nextIndex)static Code.Binder.StateCode.Binder.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Code.Binder.State[]Code.Binder.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-