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 signaturesMethods 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
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 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
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()