public class TREE
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
TREE() |
protected |
TREE(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(TREE obj) |
TREE |
getLeft() |
int |
getLen() |
int |
getLine() |
SWIGTYPE_p_uint64_t |
getLocn() |
SWIGTYPE_p_void |
getMarkup() |
TREE |
getNext() |
int |
getRate() |
TREE |
getRight() |
int |
getType() |
ORCTOKEN |
getValue() |
void |
setLeft(TREE value) |
void |
setLen(int value) |
void |
setLine(int value) |
void |
setLocn(SWIGTYPE_p_uint64_t value) |
void |
setMarkup(SWIGTYPE_p_void value) |
void |
setNext(TREE value) |
void |
setRate(int value) |
void |
setRight(TREE value) |
void |
setType(int value) |
void |
setValue(ORCTOKEN value) |
protected static long getCPtr(TREE obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setType(int value)
public int getType()
public void setValue(ORCTOKEN value)
public ORCTOKEN getValue()
public void setRate(int value)
public int getRate()
public void setLen(int value)
public int getLen()
public void setLine(int value)
public int getLine()
public void setLocn(SWIGTYPE_p_uint64_t value)
public SWIGTYPE_p_uint64_t getLocn()
public void setLeft(TREE value)
public TREE getLeft()
public void setRight(TREE value)
public TREE getRight()
public void setNext(TREE value)
public TREE getNext()
public void setMarkup(SWIGTYPE_p_void value)
public SWIGTYPE_p_void getMarkup()