| 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.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) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.addTypeRemapping(String input,
String newType,
EnumSet<Casts> newCasts) |
Copyright © 2015. All Rights Reserved.