452453454455456457458459
if ( !declarations[i].isGlobal() && declarations[i].getPattern() != container ) { isAlphaConstraint = false; } } ConstraintType type = isAlphaConstraint ? ConstraintType.ALPHA : ConstraintType.BETA; constraint.setType( type ); }
424425426427428429430431
378379380381382383384385
if ( !declarations[i].isGlobal() && declarations[i].getPattern() != this ) { isAlphaConstraint = false; } } ConstraintType type = isAlphaConstraint ? ConstraintType.ALPHA : ConstraintType.BETA; constraint.setType( type ); }