Uses of Class
org.openjdk.jmh.generators.core.StateObject
-
Packages that use StateObject Package Description org.openjdk.jmh.generators.core -
-
Uses of StateObject in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core declared as StateObject Modifier and Type Field Description StateObjectHelperMethodInvocation. stateFields in org.openjdk.jmh.generators.core with type parameters of type StateObject Modifier and Type Field Description java.util.List<StateObject>StateObject. dependsstatic java.util.Comparator<StateObject>StateObject. ID_COMPARATORprivate java.util.Map<java.lang.String,StateObject>StateObjectHandler. implicitsprivate Multimap<java.lang.String,StateObject>StateObjectHandler. rootsprivate java.util.Set<StateObject>StateObjectHandler. stateObjectsMethods in org.openjdk.jmh.generators.core that return StateObject Modifier and Type Method Description StateObjectStateObjectHandler. getImplicit(java.lang.String label)Methods in org.openjdk.jmh.generators.core that return types with arguments of type StateObject Modifier and Type Method Description static java.util.Collection<StateObject>StateObjectHandler. cons(java.util.Collection<StateObject>... colls)private java.util.LinkedHashSet<StateObject>StateObjectHandler. stateOrder(MethodInfo method, boolean reverse)Methods in org.openjdk.jmh.generators.core with parameters of type StateObject Modifier and Type Method Description private voidStateObjectHandler. bindState(MethodInfo execMethod, StateObject so, ClassInfo ci)private voidStateObjectHandler. resolveDependencies(MethodInfo method, ClassInfo pci, StateObject pso)Recursively resolve if there are any other states referenced through helper methods.private java.lang.StringStateObjectHandler. soDependency_Args(StateObject so)private java.lang.StringStateObjectHandler. soDependency_TypeArgs(StateObject so)Method parameters in org.openjdk.jmh.generators.core with type arguments of type StateObject Modifier and Type Method Description java.lang.StringStateObjectHandler. getArgList(java.util.Collection<StateObject> sos)java.lang.StringStateObjectHandler. getTypeArgList(java.util.Collection<StateObject> sos)Constructors in org.openjdk.jmh.generators.core with parameters of type StateObject Constructor Description HelperMethodInvocation(MethodInfo method, StateObject state, Level helperLevel, HelperType type)
-