public class PSTokenTypeList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
PSTokenTypeList() |
protected |
PSTokenTypeList(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
delete() |
protected void |
finalize() |
PSTokenType |
get(int idx) |
static long |
getCPtr(PSTokenTypeList obj) |
void |
push_back(PSTokenType value) |
void |
remove(PSTokenType value) |
int |
size() |
protected PSTokenTypeList(long cPtr, boolean cMemoryOwn)
public PSTokenTypeList()
public static long getCPtr(PSTokenTypeList obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public int size()
public PSTokenType get(int idx)
public void push_back(PSTokenType value)
public void remove(PSTokenType value)
public void clear()