Package us.bpsm.edn
This package provides the classes (not already provided by Java)
needed to represent edn values.
See: Description
-
Interface Summary Interface Description Named A named thing has a localnamewhich may be further qualified by aprefix. -
Class Summary Class Description Keyword A Keyword is Named.Symbol A Symbol is Named.Tag A Tag is Named.TaggedValue A Tagged value that received no specific handling because the Parser was not configured with a handler for its tag. -
Exception Summary Exception Description EdnException EdnException is thrown when something goes wrong during the operation of edn-java.EdnIOException Indicates that an I/O error occurred.EdnSyntaxException EdnSyntaxException is thrown when a syntax error is discovered during parsing.
Package us.bpsm.edn Description
This package provides the classes (not already provided by Java)
needed to represent edn values. It also defines unchecked
exceptions that may be thrown by edn-java.
DMelt 3.0 © DataMelt by jWork.ORG