Package | Description |
---|---|
org.openjdk.jmh.generators.core |
Modifier and Type | Field and Description |
---|---|
StateObject |
HelperMethodInvocation.state |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
StateObject |
StateObjectHandler.getImplicit(java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<StateObject> |
StateObjectHandler.cons(java.util.Collection<StateObject>... colls) |
private java.util.LinkedHashSet<StateObject> |
StateObjectHandler.stateOrder(MethodInfo method,
boolean reverse) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
StateObjectHandler.getArgList(java.util.Collection<StateObject> sos) |
java.lang.String |
StateObjectHandler.getTypeArgList(java.util.Collection<StateObject> sos) |
Constructor and Description |
---|
HelperMethodInvocation(MethodInfo method,
StateObject state,
Level helperLevel,
HelperType type) |