@Singleton public class ShortParser extends java.lang.Object implements NumberParser<java.lang.Short>
Node into a short.INFINITY_SYMBOL_A, INFINITY_SYMBOL_B, NEGATIVE_INFINITY_SYMBOL_A, NEGATIVE_INFINITY_SYMBOL_B, POSITIVE_INFINITY_SYMBOL_A, POSITIVE_INFINITY_SYMBOL_B| Constructor and Description |
|---|
ShortParser() |
| Modifier and Type | Method and Description |
|---|---|
@NonNull java.lang.Short |
finite(@NonNull Node node,
@NonNull java.lang.String string)
|
@NonNull java.lang.Short |
negativeInfinity(@NonNull Node node,
@NonNull java.lang.String string)
|
@NonNull java.lang.Short |
positiveInfinity(@NonNull Node node,
@NonNull java.lang.String string)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthrowingParsethrowingParsepublic @NonNull java.lang.Short negativeInfinity(@NonNull Node node, @NonNull java.lang.String string)
NumberParsernegativeInfinity in interface NumberParser<java.lang.Short>node - the nodestring - the node valuepublic @NonNull java.lang.Short finite(@NonNull Node node, @NonNull java.lang.String string) throws XMLException
NumberParserfinite in interface NumberParser<java.lang.Short>node - the nodestring - the node valueXMLException - if an exception occurred while parsingpublic @NonNull java.lang.Short positiveInfinity(@NonNull Node node, @NonNull java.lang.String string)
NumberParserpositiveInfinity in interface NumberParser<java.lang.Short>node - the nodestring - the node value