Package com.stimulsoft.report
Class StiReportParser
java.lang.Object
com.stimulsoft.report.StiReportParser
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringparse(String expression, StiComponent component, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static Stringparse(String expression, StiComponent component, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression, boolean throwException) static Stringparse(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static booleanparseBool(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression, boolean throwException) static StiDateTimeparseDateTime(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static BigDecimalparseDecimal(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static doubleparseDouble(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static longparseLong(String expression, StiComponent component, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static longparseLong(String expression, StiComponent component, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression, boolean throwException) static longparseLong(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static ObjectparseObject(String expression, StiComponent component, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static ObjectparseObject(String expression, StiComponent component, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression, boolean throwException) static StiTimeSpanparseTimeSpan(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression)
-
Constructor Details
-
StiReportParser
public StiReportParser()
-
-
Method Details
-
parseBool
-
parseTimeSpan
-
parse
-
parse
-
parse
-
parseObject
-
parseObject
-
parseDateTime
-
parseDecimal
-
parseDouble
-
parseLong
public static long parseLong(String expression, StiComponent component, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) -
parseLong
public static long parseLong(String expression, StiComponent component, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression, boolean throwException) -
parseLong
-