public class ParserFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ParserFlags |
ALL_FLAGS |
static int |
ALL_OPTS |
static int |
COLLECTIONS |
static int |
CONTROL_FLOW |
static int |
DICTIONARY |
static int |
FUNCTION_CREATION |
static int |
INVOCATION |
static int |
LOOPS |
static int |
RANGES |
static int |
VARIABLES |
static int |
VECTORS |
| Constructor and Description |
|---|
ParserFlags(int flags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowControlFlows() |
boolean |
allowDictionary() |
boolean |
allowFunctionCreation() |
boolean |
allowInvocation() |
boolean |
allowLoops() |
boolean |
allowRanges() |
boolean |
allowVariables() |
boolean |
allowVectors() |
public static final int VARIABLES
public static final int CONTROL_FLOW
public static final int FUNCTION_CREATION
public static final int INVOCATION
public static final int LOOPS
public static final int VECTORS
public static final int RANGES
public static final int DICTIONARY
public static final int COLLECTIONS
public static final int ALL_OPTS
public static final ParserFlags ALL_FLAGS
public boolean allowVectors()
public boolean allowRanges()
public boolean allowDictionary()
public boolean allowVariables()
public boolean allowFunctionCreation()
public boolean allowInvocation()
public boolean allowControlFlows()
public boolean allowLoops()