public class CsoundOpcodeList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
CsoundOpcodeList(Csound csound) |
protected |
CsoundOpcodeList(long cPtr,
boolean cMemoryOwn) |
|
CsoundOpcodeList(SWIGTYPE_p_CSOUND_ csound) |
| Modifier and Type | Method and Description |
|---|---|
void |
Clear() |
int |
Count() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(CsoundOpcodeList obj) |
java.lang.String |
InTypes(int ndx) |
java.lang.String |
Name(int ndx) |
java.lang.String |
OutTypes(int ndx) |
protected static long |
swigRelease(CsoundOpcodeList obj) |
protected CsoundOpcodeList(long cPtr,
boolean cMemoryOwn)
public CsoundOpcodeList(SWIGTYPE_p_CSOUND_ csound)
public CsoundOpcodeList(Csound csound)
protected static long getCPtr(CsoundOpcodeList obj)
protected static long swigRelease(CsoundOpcodeList obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public int Count()
public java.lang.String Name(int ndx)
public java.lang.String OutTypes(int ndx)
public java.lang.String InTypes(int ndx)
public void Clear()