public class com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet extends java.lang.Object
{
private final int violationsAllowed;
private final java.util.Map complexityRules;
public void <init>(int, java.util.Map)
{
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet v;
java.util.Map v, v;
int v;
java.util.HashMap v;
java.lang.NullPointerException v;
v := @this: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet;
v := @parameter: int;
v := @parameter: java.util.Map;
specialinvoke v.<java.lang.Object: void <init>()>();
if v != null goto label;
v = new java.lang.NullPointerException;
specialinvoke v.<java.lang.NullPointerException: void <init>(java.lang.String)>("complexityRules may not be null");
throw v;
label:
v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: int violationsAllowed> = v;
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>(java.util.Map)>(v);
v = staticinvoke <java.util.Collections: java.util.Map unmodifiableMap(java.util.Map)>(v);
v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: java.util.Map complexityRules> = v;
return;
}
public int getViolationsAllowed()
{
int v;
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet v;
v := @this: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet;
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: int violationsAllowed>;
return v;
}
public java.util.Map getComplexityRules()
{
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet v;
java.util.Map v;
v := @this: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet;
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: java.util.Map complexityRules>;
return v;
}
public boolean equals(java.lang.Object)
{
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet v;
java.util.Map v, v, v, v;
int v, v;
java.lang.Class v, v;
java.lang.Object v;
boolean v;
v := @this: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v == null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
label:
return 0;
label:
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: int violationsAllowed>;
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: int violationsAllowed>;
if v == v goto label;
return 0;
label:
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: java.util.Map complexityRules>;
if v == null goto label;
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: java.util.Map complexityRules>;
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: java.util.Map complexityRules>;
v = interfaceinvoke v.<java.util.Map: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: java.util.Map complexityRules>;
if v == null goto label;
label:
return 0;
label:
return 1;
}
public int hashCode()
{
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet v;
java.util.Map v, v;
int v, v, v, v;
v := @this: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet;
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: int violationsAllowed>;
v = 31 * v;
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: java.util.Map complexityRules>;
if v == null goto label;
v = v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$RuleSet: java.util.Map complexityRules>;
v = interfaceinvoke v.<java.util.Map: int hashCode()>();
goto label;
label:
v = 0;
label:
v = v + v;
return v;
}
}