|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hansel.stack.OrOrOp.AndCompressor
public static class OrOrOp.AndCompressor
Compresses "a && (a || b)" to "a && b".
Constructor Summary | |
---|---|
OrOrOp.AndCompressor()
|
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.AndCompressor()
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 |