InterfaceAttributes
InterfaceAttributes a;
InterfaceAttributes a;
public static InterfaceAttributes
InterfaceAttributes a = new InterfaceAttributes(
InterfaceAttributes.Stability.UNSTABLE,
InterfaceAttributes.Stability.EVOLVING,
InterfaceAttributes.DependencyClass.ISA);
if (o instanceof InterfaceAttributes) {
InterfaceAttributes a = (InterfaceAttributes)o;
BeanInfo info = Introspector.getBeanInfo(InterfaceAttributes.class);
InterfaceAttributes attr = (InterfaceAttributes)
public InterfaceAttributes
public InterfaceAttributes
private final InterfaceAttributes probeAttributes;
private final InterfaceAttributes argumentAttributes;
ProbeInfo(InterfaceAttributes singleProbeAttributes,
InterfaceAttributes argAttributes)
ProgramInfo(InterfaceAttributes minProbeAttr,
InterfaceAttributes minStatementAttr,
public InterfaceAttributes
public InterfaceAttributes
private final InterfaceAttributes minimumProbeAttributes;
private final InterfaceAttributes minimumStatementAttributes;