public class JDONativeValue extends Object implements JDOValueIF
Modifier and Type | Field and Description |
---|---|
protected String[] |
args |
protected JDOVariable |
root |
protected Class |
value_type |
COLLECTION, FIELD, FUNCTION, NATIVE_VALUE, NULL, OBJECT, PARAMETER, PRIMITIVE, STRING, VARIABLE
Constructor and Description |
---|
JDONativeValue(JDOVariable root,
String[] args,
Class value_type) |
JDONativeValue(JDOVariable root,
String arg,
Class value_type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String[] |
getArguments() |
JDOVariable |
getRoot() |
int |
getType()
INTERNAL: Returns the type of JDO value indicated by one of the
constants in the
JDOValueIF interface. |
Class |
getValueType() |
int |
hashCode() |
String |
toString() |
void |
visit(JDOVisitorIF visitor)
INTERNAL: Allows the value to be visited.
|
protected JDOVariable root
protected String[] args
protected Class value_type
public JDONativeValue(JDOVariable root, String arg, Class value_type)
public JDONativeValue(JDOVariable root, String[] args, Class value_type)
public int getType()
JDOValueIF
JDOValueIF
interface.getType
in interface JDOValueIF
public JDOVariable getRoot()
public String[] getArguments()
public Class getValueType()
public void visit(JDOVisitorIF visitor)
JDOValueIF
visit
in interface JDOValueIF