Package com.stimulsoft.report.engine
Class StiParserParameters
java.lang.Object
com.stimulsoft.report.engine.StiParserParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanboolean -
Constructor Summary
ConstructorsConstructorDescriptionStiParserParameters(String inputExpression, StiComponent component, Object sender, boolean storeToPrint, boolean executeIfStoreToPrint) StiParserParameters(String inputExpression, StiComponent component, Object sender, Boolean storeToPrint, boolean executeIfStoreToPrint, boolean returnAsmList, boolean checkSyntaxMode) -
Method Summary
-
Field Details
-
returnValue
-
inputExpression
-
component
-
storeToPrint
public boolean storeToPrint -
executeIfStoreToPrint
public boolean executeIfStoreToPrint -
returnAsmList
public boolean returnAsmList -
checkSyntaxMode
public boolean checkSyntaxMode -
parser
-
sender
-
variablesRecursionCheck
-
globalizedNameExt
-
-
Constructor Details
-
StiParserParameters
public StiParserParameters() -
StiParserParameters
public StiParserParameters(String inputExpression, StiComponent component, Object sender, boolean storeToPrint, boolean executeIfStoreToPrint) -
StiParserParameters
public StiParserParameters(String inputExpression, StiComponent component, Object sender, Boolean storeToPrint, boolean executeIfStoreToPrint, boolean returnAsmList, boolean checkSyntaxMode)
-