Package com.stimulsoft.base.parser
Class StiCSharpScriptParserOptions
java.lang.Object
com.stimulsoft.base.parser.StiCSharpScriptParserOptions
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionStiCSharpScriptParserOptions(Boolean allowUsingDirective) StiCSharpScriptParserOptions(Boolean allowUsingDirective, Boolean allowUsingSecurityMode) StiCSharpScriptParserOptions(Boolean allowUsingDirective, Boolean allowUsingSecurityMode, Integer maxArraySize, Integer maxLoopIterations, Integer maxRecursionDepth) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowUsingDirective(Boolean allowUsingDirective) voidsetAllowUsingSecurityMode(Boolean allowUsingSecurityMode) voidsetMaxArraySize(Integer maxArraySize) voidsetMaxLoopIterations(Integer maxLoopIterations) voidsetMaxRecursionDepth(Integer maxRecursionDepth)
-
Constructor Details
-
StiCSharpScriptParserOptions
public StiCSharpScriptParserOptions() -
StiCSharpScriptParserOptions
- Parameters:
allowUsingDirective-allowUsingSecurityMode-
-
StiCSharpScriptParserOptions
- Parameters:
allowUsingDirective-
-
StiCSharpScriptParserOptions
public StiCSharpScriptParserOptions(Boolean allowUsingDirective, Boolean allowUsingSecurityMode, Integer maxArraySize, Integer maxLoopIterations, Integer maxRecursionDepth) - Parameters:
allowUsingDirective-allowUsingSecurityMode-maxArraySize-maxLoopIterations-maxRecursionDepth-
-
-
Method Details
-
getAllowUsingDirective
-
setAllowUsingDirective
-
getAllowUsingSecurityMode
-
setAllowUsingSecurityMode
-
getMaxArraySize
-
setMaxArraySize
-
getMaxLoopIterations
-
setMaxLoopIterations
-
getMaxRecursionDepth
-
setMaxRecursionDepth
-