Class StiReportParser

java.lang.Object
com.stimulsoft.report.StiReportParser

public class StiReportParser extends Object
Copyright Stimulsoft
  • Constructor Details

    • StiReportParser

      public StiReportParser()
  • Method Details

    • parseBool

      public static boolean parseBool(String expression, StiReport report, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression, boolean throwException)
    • parseTimeSpan

      public static StiTimeSpan parseTimeSpan(String expression, StiReport report, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression)
    • parse

      public static String parse(String expression, StiReport report, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression)
    • parse

      public static String parse(String expression, StiComponent component, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression)
    • parse

      public static String parse(String expression, StiComponent component, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression, boolean throwException)
    • parseObject

      public static Object parseObject(String expression, StiComponent component, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression)
    • parseObject

      public static Object parseObject(String expression, StiComponent component, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression, boolean throwException)
    • parseDateTime

      public static StiDateTime parseDateTime(String expression, StiReport report, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression)
    • parseDecimal

      public static BigDecimal parseDecimal(String expression, StiReport report, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression)
    • parseDouble

      public static double parseDouble(String expression, StiReport report, 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)
    • parseLong

      public static long parseLong(String expression, StiComponent component, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression, boolean throwException)
    • parseLong

      public static long parseLong(String expression, StiReport report, boolean allowCache, Map<String,Object> constants, boolean allowDataLoading, boolean onlyExpression)