Class ValueTypeParser
java.lang.Object
de.inetsoftware.jwebassembly.wasm.ValueTypeParser
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValueTypeParser(String javaSignature, TypeManager types) Create a new parser. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
sig
-
idx
private int idx -
types
-
-
Constructor Details
-
ValueTypeParser
Create a new parser.- Parameters:
javaSignature- the Java signaturetypes- the optional type manager
-
-
Method Details
-
hasNext
-
next
-
next
Get the next value in the signature or null if the parameter are end or the signature is end.- Parameters:
isArray- true, if this is an element type of an array- Returns:
- next type or null
-