java.lang.Object
com.github.weisj.jsvg.parser.css.impl.Lexer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private char
current()
private boolean
isEof()
private boolean
isIdentifierChar
(char c) private boolean
isIdentifierCharStart
(char c) private void
next()
@NotNull Token
private char
peekNext()
private @NotNull String
private @NotNull String
-
Field Details
-
LOGGER
-
input
-
listIndex
private int listIndex -
index
private int index -
inRuleDefinition
private boolean inRuleDefinition -
parsingRaw
private boolean parsingRaw
-
-
Constructor Details
-
Lexer
-
-
Method Details
-
nextToken
-
isEof
private boolean isEof() -
consumeWhiteSpace
private void consumeWhiteSpace() -
isIdentifierCharStart
private boolean isIdentifierCharStart(char c) -
isIdentifierChar
private boolean isIdentifierChar(char c) -
readIdentifier
-
readWhile
-
current
private char current() -
peekNext
private char peekNext() -
next
private void next()
-