@BIF(type = Type.GUARD, name = "bnot")
public static EInteger bnot$g(EObject o) {
EInteger i;
if ((i = o.testInteger()) == null)
return null;
return i.bnot();
}
@BIF(type = Type.GUARD, name = "bor")
public static EInteger bor$g(EObject o1, EObject o2) {
EInteger i1;