Uses of Class
nl.basjes.parse.core.Casts
-
Packages that use Casts Package Description nl.basjes.parse.core -
-
Uses of Casts in nl.basjes.parse.core
Fields in nl.basjes.parse.core with type parameters of type Casts Modifier and Type Field Description static EnumSet<Casts>Casts. DOUBLE_ONLYstatic EnumSet<Casts>Casts. LONG_ONLYstatic EnumSet<Casts>Casts. NO_CASTSstatic EnumSet<Casts>Casts. STRING_ONLYstatic EnumSet<Casts>Casts. STRING_OR_DOUBLEstatic EnumSet<Casts>Casts. STRING_OR_LONGstatic EnumSet<Casts>Casts. STRING_OR_LONG_OR_DOUBLEMethods in nl.basjes.parse.core that return Casts Modifier and Type Method Description static CastsCasts. 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.Methods in nl.basjes.parse.core that return types with arguments of type Casts Modifier and Type Method 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)Method parameters in nl.basjes.parse.core with type arguments of type Casts Modifier and Type Method Description Parser<RECORD>Parser. addTypeRemapping(String input, String newType, EnumSet<Casts> newCasts)Constructor parameters in nl.basjes.parse.core with type arguments of type Casts Constructor Description SimpleDissector(String inputType, Map<String,EnumSet<Casts>> outputTypes)
-