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 ValueTypeValue. typeMethods in com.igormaznitsa.jcp.expression that return ValueType Modifier and Type Method Description ValueTypeValue. getType()static ValueTypeValue. recognizeType(java.lang.String value)static ValueTypeValueType. 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.ObjectValue. getValue(java.lang.String value, ValueType type)booleanValueType. 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_TYPESprivate static ValueType[][]FunctionBINFILE. ARG_TYPESprivate static ValueType[][]FunctionEVALFILE. ARG_TYPESprivate static ValueType[][]FunctionISSUBSTR. ARG_TYPESprivate static ValueType[][]FunctionSTR2GO. ARG_TYPESprivate static ValueType[][]FunctionSTR2JAVA. ARG_TYPESprivate static ValueType[][]FunctionSTRLEN. ARG_TYPESprivate ValueType[][]FunctionDefinedByUser. argTypesprivate static ValueType[][]FunctionABS. ARGUMENT_TYPESprivate static ValueType[][]FunctionIS. SIGNATURESprivate 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_TYPESprivate static ValueType[][]FunctionXML_GET. ARG_TYPESprivate static ValueType[][]FunctionXML_LIST. ARG_TYPESprivate static ValueType[][]FunctionXML_NAME. ARG_TYPESprivate static ValueType[][]FunctionXML_OPEN. ARG_TYPESprivate static ValueType[][]FunctionXML_ROOT. ARG_TYPESprivate static ValueType[][]FunctionXML_SIZE. ARG_TYPESprivate static ValueType[][]FunctionXML_TEXT. ARG_TYPESprivate static ValueType[][]FunctionXML_XELEMENT. ARG_TYPESprivate static ValueType[][]FunctionXML_XLIST. ARG_TYPES
-