public class Subroutine extends Callable implements Visitable, Serializable
| Constructor and Description |
|---|
Subroutine() |
Subroutine(String id,
String fullname) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v) |
void |
complete(Sequencer s) |
List<Call> |
getCalls() |
String |
getFullname() |
void |
setCalls(List<Call> calls) |
void |
setFullname(String fullname) |
Copyright © 2020 LSST. All rights reserved.