BooleanExpression.BooleanExpression(expression,arguments,skin)

Creates a new BooleanExpression object in any valid language skin. Valid skins are: "Fuego", "Java" and "VisualBasic".

Arguments:

Name Type Description Mode
expression String expression to be evaluated. Must include the return statement. in
arguments String[String] map containing the name of arguments name and their types in
skin String desired skin. Must be either "Fuego", "Java" or "VisualBasic" in