|
PBSugar version 1.1.1 Core API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpbsugar.pb.PBParser
public class PBParser
Field Summary | |
---|---|
int |
constraints
|
int |
variables
|
Constructor Summary | |
---|---|
PBParser(BufferedReader reader)
|
|
PBParser(String fileName)
|
Method Summary | |
---|---|
PBConstraint |
getNext()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int variables
public int constraints
Constructor Detail |
---|
public PBParser(BufferedReader reader) throws IOException
IOException
public PBParser(String fileName) throws UnsupportedEncodingException, IOException
UnsupportedEncodingException
IOException
Method Detail |
---|
public PBConstraint getNext() throws IOException
IOException
|
PBSugar version 1.1.1 Core API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |