Modifier and Type | Field and Description |
---|---|
static BracketPair |
BracketPair.ANGLES
The angle brackets pair: <>.
|
static BracketPair |
BracketPair.BRACES
The braces pair: {}.
|
static BracketPair |
BracketPair.BRACKETS
The square brackets pair: [].
|
static BracketPair |
BracketPair.PARENTHESES
The parentheses pair: ().
|
Modifier and Type | Method and Description |
---|---|
Collection<BracketPair> |
Parameters.getExpressionBrackets()
Gets the supported bracket pairs for expressions.
|
Collection<BracketPair> |
Parameters.getFunctionBrackets()
Gets the supported bracket pairs for functions.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameters.addExpressionBracket(BracketPair pair)
Adds a new bracket pair to the expression bracket list.
|
void |
Parameters.addFunctionBracket(BracketPair pair)
Adds a new bracket pair to the function bracket list.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameters.addExpressionBrackets(Collection<BracketPair> brackets)
Adds bracket pairs to the expression bracket list.
|
void |
Parameters.addFunctionBrackets(Collection<BracketPair> brackets)
Adds bracket pairs to the function bracket list.
|
Copyright © 2014. All Rights Reserved.