类 TemplateAwareExpressionParser.Bracket
java.lang.Object
cn.taketoday.expression.common.TemplateAwareExpressionParser.Bracket
This captures a type of bracket and the position in which it occurs in the
expression. The positional information is used if an error has to be reported
because the related end bracket cannot be found. Bracket is used to describe:
square brackets [] round brackets () and curly brackets {}
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) booleancompatibleWithCloseBracket(char closeBracket) (专用程序包) static chartheCloseBracketFor(char openBracket) (专用程序包) static chartheOpenBracketFor(char closeBracket)
-
字段详细资料
-
bracket
char bracket -
pos
int pos
-
-
构造器详细资料
-
Bracket
Bracket(char bracket, int pos)
-
-
方法详细资料
-
compatibleWithCloseBracket
boolean compatibleWithCloseBracket(char closeBracket) -
theOpenBracketFor
static char theOpenBracketFor(char closeBracket) -
theCloseBracketFor
static char theCloseBracketFor(char openBracket)
-