Uses of Enum
com.igormaznitsa.jcp.expression.ValueType
Packages that use ValueType
Package
Description
-
Uses of ValueType in com.igormaznitsa.jcp.expression
Fields in com.igormaznitsa.jcp.expression declared as ValueTypeMethods in com.igormaznitsa.jcp.expression that return ValueTypeModifier and TypeMethodDescriptionValue.getType()
static ValueType
Value.recognizeType
(String value) static ValueType
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 -
Uses of ValueType in com.igormaznitsa.jcp.expression.functions
Fields in com.igormaznitsa.jcp.expression.functions declared as ValueTypeModifier and TypeFieldDescriptionprivate static final ValueType[][]
AbstractStrConverter.ARG_TYPES
private static final ValueType[][]
FunctionBINFILE.ARG_TYPES
private static final ValueType[][]
FunctionEVALFILE.ARG_TYPES
private static final ValueType[][]
FunctionISSUBSTR.ARG_TYPES
private static final ValueType[][]
FunctionSTR2GO.ARG_TYPES
private static final ValueType[][]
FunctionSTR2JAVA.ARG_TYPES
private static final ValueType[][]
FunctionSTRLEN.ARG_TYPES
private final ValueType[][]
FunctionDefinedByUser.argTypes
private static final ValueType[][]
FunctionABS.ARGUMENT_TYPES
private static final ValueType[][]
FunctionIS.SIGNATURES
private static final ValueType[][]
FunctionROUND.SIGNATURES
Methods in com.igormaznitsa.jcp.expression.functions that return ValueTypeModifier and TypeMethodDescriptionabstract ValueType[][]
AbstractFunction.getAllowedArgumentTypes()
Get arrays of supported argument typesfinal ValueType[][]
AbstractStrConverter.getAllowedArgumentTypes()
ValueType[][]
FunctionABS.getAllowedArgumentTypes()
ValueType[][]
FunctionBINFILE.getAllowedArgumentTypes()
ValueType[][]
FunctionDefinedByUser.getAllowedArgumentTypes()
ValueType[][]
FunctionEVALFILE.getAllowedArgumentTypes()
ValueType[][]
FunctionIS.getAllowedArgumentTypes()
ValueType[][]
FunctionISSUBSTR.getAllowedArgumentTypes()
ValueType[][]
FunctionROUND.getAllowedArgumentTypes()
ValueType[][]
FunctionSTR2GO.getAllowedArgumentTypes()
ValueType[][]
FunctionSTR2JAVA.getAllowedArgumentTypes()
ValueType[][]
FunctionSTRLEN.getAllowedArgumentTypes()
abstract ValueType
AbstractFunction.getResultType()
Get the result typeFunctionABS.getResultType()
FunctionBINFILE.getResultType()
FunctionDefinedByUser.getResultType()
FunctionEVALFILE.getResultType()
FunctionIS.getResultType()
FunctionISSUBSTR.getResultType()
FunctionROUND.getResultType()
FunctionSTR2CSV.getResultType()
FunctionSTR2GO.getResultType()
FunctionSTR2INT.getResultType()
FunctionSTR2JAVA.getResultType()
FunctionSTR2JS.getResultType()
FunctionSTR2JSON.getResultType()
FunctionSTR2WEB.getResultType()
FunctionSTR2XML.getResultType()
FunctionSTRLEN.getResultType()
FunctionTRIMLINES.getResultType()
-
Uses of ValueType in com.igormaznitsa.jcp.expression.functions.xml
Fields in com.igormaznitsa.jcp.expression.functions.xml declared as ValueTypeModifier and TypeFieldDescriptionprivate static final ValueType[][]
FunctionXML_ATTR.ARG_TYPES
private static final ValueType[][]
FunctionXML_GET.ARG_TYPES
private static final ValueType[][]
FunctionXML_LIST.ARG_TYPES
private static final ValueType[][]
FunctionXML_NAME.ARG_TYPES
private static final ValueType[][]
FunctionXML_OPEN.ARG_TYPES
private static final ValueType[][]
FunctionXML_ROOT.ARG_TYPES
private static final ValueType[][]
FunctionXML_SIZE.ARG_TYPES
private static final ValueType[][]
FunctionXML_TEXT.ARG_TYPES
private static final ValueType[][]
FunctionXML_XELEMENT.ARG_TYPES
private static final ValueType[][]
FunctionXML_XLIST.ARG_TYPES
Methods in com.igormaznitsa.jcp.expression.functions.xml that return ValueTypeModifier and TypeMethodDescriptionValueType[][]
FunctionXML_ATTR.getAllowedArgumentTypes()
ValueType[][]
FunctionXML_GET.getAllowedArgumentTypes()
ValueType[][]
FunctionXML_LIST.getAllowedArgumentTypes()
ValueType[][]
FunctionXML_NAME.getAllowedArgumentTypes()
ValueType[][]
FunctionXML_OPEN.getAllowedArgumentTypes()
ValueType[][]
FunctionXML_ROOT.getAllowedArgumentTypes()
ValueType[][]
FunctionXML_SIZE.getAllowedArgumentTypes()
ValueType[][]
FunctionXML_TEXT.getAllowedArgumentTypes()
ValueType[][]
FunctionXML_XELEMENT.getAllowedArgumentTypes()
ValueType[][]
FunctionXML_XLIST.getAllowedArgumentTypes()
FunctionXML_ATTR.getResultType()
FunctionXML_GET.getResultType()
FunctionXML_LIST.getResultType()
FunctionXML_NAME.getResultType()
FunctionXML_OPEN.getResultType()
FunctionXML_ROOT.getResultType()
FunctionXML_SIZE.getResultType()
FunctionXML_TEXT.getResultType()
FunctionXML_XELEMENT.getResultType()
FunctionXML_XLIST.getResultType()