
public class EmbeddedSubroutine extends Callable
| Constructor and Description |
|---|
EmbeddedSubroutine(Subroutine parent) |
| Modifier and Type | Method and Description |
|---|---|
List<Call> |
getCalls() |
int |
getIndex() |
Subroutine |
getParent() |
void |
setCalls(List<Call> calls) |
void |
setIndex(int index) |
void |
setParent(Subroutine parent) |
public EmbeddedSubroutine(Subroutine parent)
public void setParent(Subroutine parent)
public Subroutine getParent()
public void setIndex(int index)
public int getIndex()
Copyright © 2016 LSST. All rights reserved.