| Package | Description |
|---|---|
| asia.redact.bracket.properties | |
| asia.redact.bracket.properties.line |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<PropertiesToken> |
PropertiesStreamingLexer.list |
(package private) List<PropertiesToken> |
PropertiesLexer.list |
(package private) Stack<PropertiesToken> |
PropertiesParser.tokens |
| Modifier and Type | Method and Description |
|---|---|
static PropertiesToken |
PropertiesToken.eof() |
private PropertiesToken |
PropertiesParser.peek() |
private PropertiesToken |
PropertiesParser.pop() |
private PropertiesToken |
PropertiesLexer.scanLineBreak() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertiesToken> |
PropertiesStreamingLexer.getList() |
List<PropertiesToken> |
PropertiesLexer.getList() |
| Modifier and Type | Method and Description |
|---|---|
private void |
PropertiesLexer.analyzeLine(String buf,
PropertiesToken tok,
long count) |
private void |
PropertiesLexer.scanKeyValue(String buf,
PropertiesToken eol) |
| Constructor and Description |
|---|
PropertiesParser(List<PropertiesToken> tokens)
This constructor expects the tokens to be in parse order, it reverses the order as it pushes them onto the stack
(so the stack order is backwards to the parse).
|
PropertiesParser(List<PropertiesToken> tokens,
Properties properties) |
PropertiesParser(Stack<PropertiesToken> tokens)
This constructor expects the tokens to be in reverse parse order, it uses the stack as-is
(the stack order is backwards to the parse order).
|
| Modifier and Type | Method and Description |
|---|---|
private PropertiesToken |
Line.nominalEnding() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertiesToken> |
Line.tokens()
Tokenize a line of text from a properties file.
|
Copyright © 2011-2014 David R. Smith. All Rights Reserved.