| Package | Description |
|---|---|
| nl.basjes.parse.core |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<Casts> |
Casts.DOUBLE_ONLY |
static EnumSet<Casts> |
Casts.LONG_ONLY |
static EnumSet<Casts> |
Casts.NO_CASTS |
static EnumSet<Casts> |
Casts.STRING_ONLY |
static EnumSet<Casts> |
Casts.STRING_OR_DOUBLE |
static EnumSet<Casts> |
Casts.STRING_OR_LONG |
static EnumSet<Casts> |
Casts.STRING_OR_LONG_OR_DOUBLE |
| Modifier and Type | Method and Description |
|---|---|
static Casts |
Casts.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Casts[] |
Casts.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EnumSet<Casts>> |
Parser.getAllCasts() |
EnumSet<Casts> |
Parser.getCasts(String name)
Returns the casts possible for the specified path.
|
abstract EnumSet<Casts> |
Dissector.prepareForDissect(String inputname,
String outputname)
This tells the dissector that it should prepare that we will call it soon
with 'inputname' and expect to get 'inputname.outputname' because
inputname is of the type returned by getInputType and outputname
was part of the answer from getPossibleOutput.
|
EnumSet<Casts> |
SimpleDissector.prepareForDissect(String inputname,
String outputname) |
| Modifier and Type | Method and Description |
|---|---|
Parser<RECORD> |
Parser.addTypeRemapping(String input,
String newType,
EnumSet<Casts> newCasts) |
| Constructor and Description |
|---|
SimpleDissector(String inputType,
Map<String,EnumSet<Casts>> outputTypes) |
Copyright © 2020. All rights reserved.