public class ExceptionListImpl extends ExceptionList
| Constructor and Description |
|---|
ExceptionListImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TypeCode tc) |
int |
count() |
TypeCode |
item(int index) |
void |
remove(int index) |
public int count()
count in class ExceptionListpublic void add(TypeCode tc)
add in class ExceptionListpublic TypeCode item(int index) throws Bounds
item in class ExceptionListBoundspublic void remove(int index)
throws Bounds
remove in class ExceptionListBoundsCopyright © 2017–2019 Eclipse Foundation. All rights reserved.