| Package | Description |
|---|---|
| er.chronic.handlers |
| Modifier and Type | Method and Description |
|---|---|
Handler.HandlerType |
HandlerTypePattern.getType() |
static Handler.HandlerType |
Handler.HandlerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Handler.HandlerType[] |
Handler.HandlerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Handler.HandlerType,List<Handler>> |
Handler.definitions(Options options) |
| Modifier and Type | Method and Description |
|---|---|
Range |
Handler._matchCount(List<Token> tokens,
Map<Handler.HandlerType,List<Handler>> definitions) |
boolean |
Handler.match(List<Token> tokens,
Map<Handler.HandlerType,List<Handler>> definitions) |
Range |
Handler.matchCount(List<Token> tokens,
Map<Handler.HandlerType,List<Handler>> definitions) |
| Constructor and Description |
|---|
HandlerTypePattern(Handler.HandlerType type) |
HandlerTypePattern(Handler.HandlerType type,
boolean optional) |
Copyright © 2002 – 2025 Project Wonder.