| Package | Description |
|---|---|
| com.mdimension.jchronic.handlers |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
static Map<Handler.HandlerType,List<Handler>> |
Handler.definitions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Handler.match(List<Token> tokens,
Map<Handler.HandlerType,List<Handler>> definitions) |
| Constructor | Description |
|---|---|
HandlerTypePattern(Handler.HandlerType type) |
|
HandlerTypePattern(Handler.HandlerType type,
boolean optional) |
Copyright © 2018. All rights reserved.