|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hansel.stack.OrOrOp.NotCompressor
public static class OrOrOp.NotCompressor
Compresses "!a || !b" to "!(a && b)".
Constructor Summary | |
---|---|
OrOrOp.NotCompressor()
|
Method Summary | |
---|---|
boolean |
canApply(HanselValue op1,
HanselValue op2)
|
HanselValue |
compress(HanselValue op1,
HanselValue op2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrOrOp.NotCompressor()
Method Detail |
---|
public boolean canApply(HanselValue op1, HanselValue op2)
public HanselValue compress(HanselValue op1, HanselValue op2)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |