|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAlgo
Represents an abstract algorithm on an LRStruct. Acts as a visitor to a LRStruct host.
Method Summary | |
---|---|
Object |
emptyCase(LRStruct host,
Object... inp)
Operates on an empty LRStruct host, given an input object. |
Object |
nonEmptyCase(LRStruct host,
Object... inp)
Operates on a non-empty LRStruct host, given an input object. |
Method Detail |
---|
Object emptyCase(LRStruct host, Object... inp)
host
- an empty LRStruct.inp
- input object needed by this IVisitor.
Object nonEmptyCase(LRStruct host, Object... inp)
host
- a non-empty LRStruct.inp
- input object needed by this IVisitor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |