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(FunctionPointer fp) |
void |
visit(Main s) |
void |
visit(Parameter p) |
void |
visit(RepeatFunctionPointer rfp) |
void |
visit(RepeatSubroutinePointer rsp) |
void |
visit(Sequencer s) |
void |
visit(SequencerConfig s) |
void |
visit(SequencerRoutines s) |
void |
visit(Subroutine s) |
void |
visit(SubroutinePointer sp) |
void |
visit(Timeslice s) |
void visit(Sequencer s)
void visit(SequencerConfig s)
void visit(SequencerRoutines s)
void visit(Function f)
void visit(FunctionPointer fp)
void visit(RepeatFunctionPointer rfp)
void visit(SubroutinePointer sp)
void visit(RepeatSubroutinePointer rsp)
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 © 2022 LSST. All rights reserved.