org.antlr.runtime
Class SerializedGrammar
java.lang.Object
org.antlr.runtime.SerializedGrammar
public class SerializedGrammar
- extends Object
COOKIE
public static final String COOKIE
- See Also:
- Constant Field Values
FORMAT_VERSION
public static final int FORMAT_VERSION
- See Also:
- Constant Field Values
name
public String name
type
public char type
rules
public List rules
SerializedGrammar
public SerializedGrammar(String filename)
throws IOException
- Throws:
IOException
readFile
protected void readFile(DataInputStream in)
throws IOException
- Throws:
IOException
readRules
protected List readRules(DataInputStream in,
int numRules)
throws IOException
- Throws:
IOException
readRule
protected org.antlr.runtime.SerializedGrammar.Rule readRule(DataInputStream in)
throws IOException
- Throws:
IOException
readBlock
protected org.antlr.runtime.SerializedGrammar.Block readBlock(DataInputStream in)
throws IOException
- Throws:
IOException
readAlt
protected List readAlt(DataInputStream in)
throws IOException
- Throws:
IOException
readString
protected String readString(DataInputStream in)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.