Package org.teavm.model.text
Class ListingParser
- java.lang.Object
-
- org.teavm.model.text.ListingParser
-
public class ListingParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListingParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Programparse(java.io.Reader reader)
-
-
-
Method Detail
-
parse
public Program parse(java.io.Reader reader) throws java.io.IOException, ListingParseException
- Throws:
java.io.IOExceptionListingParseException
-
-