
public interface Visitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Call c) |
void |
visit(Channel c) |
void |
visit(Clock c) |
void |
visit(Constant c) |
void |
visit(Function f) |
void |
visit(Main s) |
void |
visit(Parameter p) |
void |
visit(Sequencer s) |
void |
visit(SequencerConfig s) |
void |
visit(SequencerRoutines s) |
void |
visit(Subroutine s) |
void |
visit(Timeslice s) |
void visit(Sequencer s)
void visit(SequencerConfig s)
void visit(SequencerRoutines s)
void visit(Function f)
void visit(Parameter p)
void visit(Channel c)
void visit(Clock c)
void visit(Constant c)
void visit(Timeslice s)
void visit(Subroutine s)
void visit(Main s)
void visit(Call c)
Copyright © 2015 LSST. All rights reserved.