Enum Class的使用
cn.taketoday.expression.spel.standard.TokenKind
使用TokenKind的程序包
-
cn.taketoday.expression.spel.standard中TokenKind的使用
修饰符和类型方法说明static TokenKindReturns the enum constant of this class with the specified name.static TokenKind[]TokenKind.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明private Tokenprivate booleanTokenizer.isTwoCharToken(TokenKind kind) Check if this might be a two character token.private booleanprivate booleanprivate booleanprivate booleanInternalSpelExpressionParser.peekToken(TokenKind possible1, TokenKind possible2, TokenKind possible3) private voidTokenizer.pushCharToken(TokenKind kind) Push a token of just one character in length.private voidTokenizer.pushOneCharOrTwoCharToken(TokenKind kind, int pos, char[] data) private voidTokenizer.pushPairToken(TokenKind kind) Push a token of two characters in length.