public final class CobolParser
extends java.lang.Object
Constructor and Description |
---|
CobolParser(com.harukizaemon.simian.TokenVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
int |
parse(CobolLineReader reader) |
int |
parse(java.io.Reader reader)
Parses a stream.
|
public int parse(java.io.Reader reader) throws java.io.IOException
reader
- The stream to parsejava.io.IOException
- If an exception ocurrspublic int parse(CobolLineReader reader) throws java.io.IOException
java.io.IOException
Copyright (c) 2003-2018 Simon Harris. All rights reserved.