public class ScheduleKind extends Node
Modifier and Type | Field and Description |
---|---|
private NodeChoice |
f0 |
private static long |
serialVersionUID |
Constructor and Description |
---|
ScheduleKind(NodeChoice n0) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(GJNoArguVisitor<R> v) |
<R,A> R |
accept(GJVisitor<R,A> v,
A argu) |
<A> void |
accept(GJVoidVisitor<A> v,
A argu) |
void |
accept(Visitor v) |
NodeChoice |
getF0() |
void |
setF0(NodeChoice f0) |
private static final long serialVersionUID
private NodeChoice f0
public ScheduleKind(NodeChoice n0)
public <R> R accept(GJNoArguVisitor<R> v)
public <A> void accept(GJVoidVisitor<A> v, A argu)
public NodeChoice getF0()
public void setF0(NodeChoice f0)