public static class Token.Digits extends Token
Token.Factor
をさらに分解したもの。Token.Asterisk, Token.Condition, Token.Digits, Token.EscapedChar, Token.Factor, Token.Formatter, Token.Symbol, Token.Underscore, Token.Word
STR_ESCAPE_BACKSPACE, STR_ESCAPE_QUESTION, STR_ESCAPES, SYMBOL_AT_MARK, SYMBOL_COLON, SYMBOL_DOT, SYMBOL_PERCENT, SYMBOL_SEMI_COLON, SYMBOL_SLASH
修飾子とタイプ | メソッドと説明 |
---|---|
int |
intValue()
整数に変換した値
|
asAsterisk, asCondition, asDigits, asEscapedChar, asFactor, asFormatter, asSymbol, asterisk, asUnderscore, asWord, condition, digits, escapedChar, factor, formatter, getValue, toString, underscore, word
public Digits(String value)
Copyright © 2021 mygreen. All rights reserved.