Uses of Enum
com.igormaznitsa.jcp.expression.ValueType
Packages that use ValueType
Package
Description
-
Uses of ValueType in com.igormaznitsa.jcp.expression
Subclasses with type arguments of type ValueType in com.igormaznitsa.jcp.expressionModifier and TypeClassDescriptionenumThe enumeration contains all allowed types for expression values and their signaturesFields in com.igormaznitsa.jcp.expression declared as ValueTypeMethods in com.igormaznitsa.jcp.expression that return ValueTypeModifier and TypeMethodDescriptionValue.getType()static ValueTypeValue.recognizeType(String value) static ValueTypeReturns 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_TYPESprivate static final ValueType[][]FunctionBINFILE.ARG_TYPESprivate static final ValueType[][]FunctionEVALFILE.ARG_TYPESprivate static final ValueType[][]FunctionISSUBSTR.ARG_TYPESprivate static final ValueType[][]FunctionSTR2GO.ARG_TYPESprivate static final ValueType[][]FunctionSTR2JAVA.ARG_TYPESprivate static final ValueType[][]FunctionSTRLEN.ARG_TYPESprivate final ValueType[][]FunctionDefinedByUser.argTypesprivate static final ValueType[][]FunctionABS.ARGUMENT_TYPESprivate static final ValueType[][]FunctionIS.SIGNATURESprivate static final ValueType[][]FunctionROUND.SIGNATURESMethods 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 ValueTypeAbstractFunction.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_TYPESprivate static final ValueType[][]FunctionXML_GET.ARG_TYPESprivate static final ValueType[][]FunctionXML_LIST.ARG_TYPESprivate static final ValueType[][]FunctionXML_NAME.ARG_TYPESprivate static final ValueType[][]FunctionXML_OPEN.ARG_TYPESprivate static final ValueType[][]FunctionXML_ROOT.ARG_TYPESprivate static final ValueType[][]FunctionXML_SIZE.ARG_TYPESprivate static final ValueType[][]FunctionXML_TEXT.ARG_TYPESprivate static final ValueType[][]FunctionXML_XELEMENT.ARG_TYPESprivate static final ValueType[][]FunctionXML_XLIST.ARG_TYPESMethods 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()