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 StateObject
HelperMethodInvocation. state
Fields in org.openjdk.jmh.generators.core with type parameters of type StateObject Modifier and Type Field Description java.util.List<StateObject>
StateObject. depends
static java.util.Comparator<StateObject>
StateObject. ID_COMPARATOR
private java.util.Map<java.lang.String,StateObject>
StateObjectHandler. implicits
private Multimap<java.lang.String,StateObject>
StateObjectHandler. roots
private java.util.Set<StateObject>
StateObjectHandler. stateObjects
Methods in org.openjdk.jmh.generators.core that return StateObject Modifier and Type Method Description StateObject
StateObjectHandler. 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 void
StateObjectHandler. bindState(MethodInfo execMethod, StateObject so, ClassInfo ci)
private void
StateObjectHandler. resolveDependencies(MethodInfo method, ClassInfo pci, StateObject pso)
Recursively resolve if there are any other states referenced through helper methods.private java.lang.String
StateObjectHandler. soDependency_Args(StateObject so)
private java.lang.String
StateObjectHandler. 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.String
StateObjectHandler. getArgList(java.util.Collection<StateObject> sos)
java.lang.String
StateObjectHandler. 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)
-