public class ORCTOKEN
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
ORCTOKEN() |
protected |
ORCTOKEN(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(ORCTOKEN obj) |
double |
getFvalue() |
java.lang.String |
getLexeme() |
ORCTOKEN |
getNext() |
java.lang.String |
getOptype() |
int |
getType() |
int |
getValue() |
void |
setFvalue(double value) |
void |
setLexeme(java.lang.String value) |
void |
setNext(ORCTOKEN value) |
void |
setOptype(java.lang.String value) |
void |
setType(int value) |
void |
setValue(int value) |
protected ORCTOKEN(long cPtr, boolean cMemoryOwn)
public ORCTOKEN()
protected static long getCPtr(ORCTOKEN obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setType(int value)
public int getType()
public void setLexeme(java.lang.String value)
public java.lang.String getLexeme()
public void setValue(int value)
public int getValue()
public void setFvalue(double value)
public double getFvalue()
public void setOptype(java.lang.String value)
public java.lang.String getOptype()
public void setNext(ORCTOKEN value)
public ORCTOKEN getNext()