public class ValueElement extends Object implements IFragment, IPredicateOperand1
| Modifier | Constructor and Description |
|---|---|
protected |
ValueElement(ValueElement pred,
IOperatorOrFunction opf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyShallowTo(ValueElement target) |
JcString |
str()
JCYPHER
convert to a string, return a JcString
|
JcNumber |
toFloat()
JCYPHER
convert the argument to a float, return a JcNumber, if the conversion fails return NULL
|
JcNumber |
toInt()
JCYPHER
convert the argument to an integer, return a JcNumber, if the conversion fails return NULL
|
protected ValueElement(ValueElement pred, IOperatorOrFunction opf)
public JcString str()
public JcNumber toInt()
public JcNumber toFloat()
protected void copyShallowTo(ValueElement target)
Copyright © 2016. All rights reserved.