public class RepeatFunctionPointer extends Object implements Visitable, Serializable
| Constructor and Description |
|---|
RepeatFunctionPointer() |
RepeatFunctionPointer(String id,
String fullname,
int n) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v) |
String |
getFullname() |
String |
getId() |
int |
getN() |
void |
setFullname(String fullname) |
void |
setId(String id) |
void |
setN(int n) |
Copyright © 2021 LSST. All rights reserved.