Uses of Class
com.igormaznitsa.jcp.expression.ValueType
-
Packages that use ValueType Package Description com.igormaznitsa.jcp.expression com.igormaznitsa.jcp.expression.functions com.igormaznitsa.jcp.expression.functions.xml -
-
Uses of ValueType in com.igormaznitsa.jcp.expression
Fields in com.igormaznitsa.jcp.expression declared as ValueType Modifier and Type Field Description private ValueType
Value. type
Methods in com.igormaznitsa.jcp.expression that return ValueType Modifier and Type Method Description ValueType
Value. getType()
static ValueType
Value. recognizeType(java.lang.String value)
static ValueType
ValueType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValueType[]
ValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.igormaznitsa.jcp.expression with parameters of type ValueType Modifier and Type Method Description static java.lang.Object
Value. getValue(java.lang.String value, ValueType type)
boolean
ValueType. isCompatible(ValueType type)
To check that the type is compatible with another one -
Uses of ValueType in com.igormaznitsa.jcp.expression.functions
Fields in com.igormaznitsa.jcp.expression.functions declared as ValueType Modifier and Type Field Description private static ValueType[][]
AbstractStrConverter. ARG_TYPES
private static ValueType[][]
FunctionEVALFILE. ARG_TYPES
private static ValueType[][]
FunctionISSUBSTR. ARG_TYPES
private static ValueType[][]
FunctionSTR2JAVA. ARG_TYPES
private static ValueType[][]
FunctionSTRLEN. ARG_TYPES
private ValueType[][]
FunctionDefinedByUser. argTypes
private static ValueType[][]
FunctionABS. ARGUMENT_TYPES
private static ValueType[][]
FunctionROUND. SIGNATURES
-
Uses of ValueType in com.igormaznitsa.jcp.expression.functions.xml
Fields in com.igormaznitsa.jcp.expression.functions.xml declared as ValueType Modifier and Type Field Description private static ValueType[][]
FunctionXML_ATTR. ARG_TYPES
private static ValueType[][]
FunctionXML_GET. ARG_TYPES
private static ValueType[][]
FunctionXML_LIST. ARG_TYPES
private static ValueType[][]
FunctionXML_NAME. ARG_TYPES
private static ValueType[][]
FunctionXML_OPEN. ARG_TYPES
private static ValueType[][]
FunctionXML_ROOT. ARG_TYPES
private static ValueType[][]
FunctionXML_SIZE. ARG_TYPES
private static ValueType[][]
FunctionXML_TEXT. ARG_TYPES
private static ValueType[][]
FunctionXML_XELEMENT. ARG_TYPES
private static ValueType[][]
FunctionXML_XLIST. ARG_TYPES
-