|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropagatingVisitor<DownType,UpType>
An interface for a propagating AST visitor.
The visitor passes down objects of type DownType
and propagates up objects of type UpType
.
Method Summary | |
---|---|
UpType |
visit(REEmpty x,
DownType context)
|
Method Detail |
---|
UpType visit(REEmpty x, DownType context)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |