Uses of Class
nl.basjes.parse.core.Value
-
Packages that use Value Package Description nl.basjes.parse.core -
-
Uses of Value in nl.basjes.parse.core
Methods in nl.basjes.parse.core that return Value Modifier and Type Method Description ValueParsedField. getValue()Methods in nl.basjes.parse.core with parameters of type Value Modifier and Type Method Description Parsable<RECORD>Parsable. addDissection(String base, String type, String name, Value value)Store a newly parsed value in the result setabstract voidSimpleDissector. dissect(Parsable<?> parsable, String inputname, Value value)Constructors in nl.basjes.parse.core with parameters of type Value Constructor Description ParsedField(String type, String name, Value value)
-