
| Constructor and Description |
|---|
Call() |
Call(Callable c) |
Call(Callable c,
String repeat) |
Call(String repeat,
List<Call> subroutine) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v) |
List<Call> |
getCalls() |
Callable |
getRef() |
String |
getRepeat() |
int |
getRepeatValue() |
boolean |
isInfinity() |
void |
setCalls(List<Call> calls) |
void |
setInfinity(boolean infinity) |
void |
setRef(Callable ref) |
void |
setRepeat(String repeat) |
void |
setRepeatValue(int repeatValue) |
public Call()
public Call(Callable c)
public Callable getRef()
public void setRef(Callable ref)
public String getRepeat()
public void setRepeat(String repeat)
public boolean isInfinity()
public void setInfinity(boolean infinity)
public int getRepeatValue()
public void setRepeatValue(int repeatValue)
Copyright © 2015 LSST. All rights reserved.