| Package | Description |
|---|---|
| com.shapesecurity.salvation | |
| com.shapesecurity.salvation.tokens |
| Modifier and Type | Field and Description |
|---|---|
protected Token[] |
Parser.tokens |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Token> |
Tokeniser.tokens |
| Modifier and Type | Method and Description |
|---|---|
protected Token[] |
Tokeniser.tokenise() |
static Token[] |
TokeniserWithLocation.tokenise(String sourceText) |
static Token[] |
Tokeniser.tokenise(String sourceText) |
| Modifier and Type | Method and Description |
|---|---|
protected Notice |
Parser.createNotice(Token token,
Notice.Type type,
String message) |
protected Notice |
ParserWithLocation.createNotice(Token token,
Notice.Type type,
String message) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TokeniserWithLocation.eat(java.util.function.Function<String,Token> ctor,
Pattern pattern) |
protected boolean |
Tokeniser.eat(java.util.function.Function<String,Token> ctor,
Pattern pattern) |
| Constructor and Description |
|---|
Parser(Token[] tokens,
Origin origin,
Collection<Notice> noticesOut) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectiveNameToken |
class |
DirectiveSeparatorToken |
class |
DirectiveValueToken |
class |
PolicySeparatorToken |
class |
SubDirectiveValueToken |
class |
UnknownToken |
Copyright © 2020. All rights reserved.