Serialized Form
-
Package io.github.eutro.jwasm
-
Exception io.github.eutro.jwasm.ValidationException
class ValidationException extends RuntimeException implements Serializable
-
-
Package io.github.eutro.jwasm.sexp
-
Exception io.github.eutro.jwasm.sexp.WatParser.ParseException
class ParseException extends RuntimeException implements Serializable-
Serialized Fields
-
in
Object in
The s-expr object being parsed when parsing failed.
-
-
-
Class io.github.eutro.jwasm.sexp.WatReader.ParsedNumber
class ParsedNumber extends Number implements Serializable-
Serialized Fields
-
exponent
BigInteger exponent
-
expType
WatReader.ParsedNumber.ExpType expType
-
hasSign
boolean hasSign
-
mantissa
BigInteger mantissa
-
nanType
WatReader.ParsedNumber.NanType nanType
-
sign
int sign
-
token
String token
-
-
-