A B C D E F G H I J K L M N O P Q R S T U V W

A

accept(Chart.NodeVisitor) - Method in class net.hydromatic.clapham.graph.Node
 
adjustBeginLineColumn(int, int) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AlternateNode - Class in net.hydromatic.clapham.parser
TODO:
AlternateNode(List<EbnfNode>) - Constructor for class net.hydromatic.clapham.parser.AlternateNode
 
AltNode - Class in net.hydromatic.clapham.graph
TODO:
AltNode(Grammar, Node) - Constructor for class net.hydromatic.clapham.graph.AltNode
 
arrowSize - Variable in class net.hydromatic.clapham.graph.Chart
 
ASTERISK - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 

B

backup(int) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
backup(int) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
BAR - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
BAR - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
beginColumn - Variable in class net.hydromatic.clapham.parser.bnf.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class net.hydromatic.clapham.parser.wirth.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class net.hydromatic.clapham.parser.bnf.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class net.hydromatic.clapham.parser.wirth.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginningXCoordinate - Variable in class net.hydromatic.clapham.graph.Chart
where the drawing starts (Y)
BeginToken() - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
BeginToken() - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
BnfParser - Class in net.hydromatic.clapham.parser.bnf
Parser for grammars in Backus-Naur Form (BNF) notation.
BnfParser(InputStream) - Constructor for class net.hydromatic.clapham.parser.bnf.BnfParser
 
BnfParser(InputStream, String) - Constructor for class net.hydromatic.clapham.parser.bnf.BnfParser
 
BnfParser(Reader) - Constructor for class net.hydromatic.clapham.parser.bnf.BnfParser
 
BnfParser(BnfParserTokenManager) - Constructor for class net.hydromatic.clapham.parser.bnf.BnfParser
 
BnfParserConstants - Interface in net.hydromatic.clapham.parser.bnf
 
BnfParserTokenManager - Class in net.hydromatic.clapham.parser.bnf
 
BnfParserTokenManager(SimpleCharStream) - Constructor for class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
BnfParserTokenManager(SimpleCharStream, int) - Constructor for class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
BRACKETED_IDENTIFIER - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
bufpos - Variable in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
bufpos - Variable in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
buildGrammar(List<ProductionNode>) - Static method in class net.hydromatic.clapham.Clapham
 

C

calcDrawing() - Method in class net.hydromatic.clapham.graph.Chart
 
calcPos(Chart, float) - Method in class net.hydromatic.clapham.graph.Node
Calculates the horizontal position of the symbols.
calcSize(Chart) - Method in class net.hydromatic.clapham.graph.Node
Calculates the size of each symbol.
charColor - Variable in class net.hydromatic.clapham.graph.Chart
fontColor of the T and NT symbols
charFont - Variable in class net.hydromatic.clapham.graph.Chart
 
Chart - Class in net.hydromatic.clapham.graph
TODO:
Chart(Grammar, SVGGraphics2D) - Constructor for class net.hydromatic.clapham.graph.Chart
 
checkSubAlts(Node) - Method in class net.hydromatic.clapham.graph.Grammar
 
Clapham - Class in net.hydromatic.clapham
Command line utility Clapham, the railroad diagram generator.
Clapham() - Constructor for class net.hydromatic.clapham.Clapham
 
Clapham.ImageFormat - Enum in net.hydromatic.clapham
Output format for graphics.
COLCOLEQ - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
componentArcSize - Variable in class net.hydromatic.clapham.graph.Chart
 
componentGapHeight - Variable in class net.hydromatic.clapham.graph.Chart
 
componentGapWidth - Variable in class net.hydromatic.clapham.graph.Chart
 
currentToken - Variable in exception net.hydromatic.clapham.parser.bnf.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception net.hydromatic.clapham.parser.wirth.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
debugStream - Variable in class net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
 
DEFAULT - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
DEFAULT - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
DIGIT - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
DIGIT - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
disable_tracing() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
disable_tracing() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
Done() - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
Done() - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
DOT - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
down - Variable in class net.hydromatic.clapham.graph.Node
 
draw(String) - Method in class net.hydromatic.clapham.Clapham
 
drawAll() - Method in class net.hydromatic.clapham.Clapham
 
drawComponent(Symbol) - Method in class net.hydromatic.clapham.graph.Chart
 
drawComponents(Chart, Point2D.Float, Size) - Method in class net.hydromatic.clapham.graph.Node
Draws the components from left to right.
drawString(String, Font, Color, float, float) - Method in class net.hydromatic.clapham.graph.Chart
 

E

EbnfNode - Interface in net.hydromatic.clapham.parser
TODO:
EmptyNode - Class in net.hydromatic.clapham.parser
TODO:
EmptyNode() - Constructor for class net.hydromatic.clapham.parser.EmptyNode
 
enable_tracing() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
enable_tracing() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
endColumn - Variable in class net.hydromatic.clapham.parser.bnf.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class net.hydromatic.clapham.parser.wirth.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class net.hydromatic.clapham.parser.bnf.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class net.hydromatic.clapham.parser.wirth.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
EOF - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
EPS_COLOR - Static variable in class net.hydromatic.clapham.graph.Chart
 
EQ - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
expectedTokenSequences - Variable in exception net.hydromatic.clapham.parser.bnf.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception net.hydromatic.clapham.parser.wirth.ParseException
Each entry in this array is an array of integers.
Expression() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
expression - Variable in class net.hydromatic.clapham.parser.ProductionNode
 
Expression() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 

F

Factor() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
Factor() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
Factor2() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
Factor3() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
find(String) - Method in class net.hydromatic.clapham.graph.Grammar
Finds a terminal or non-terminal with a given name.
finish(Graph) - Method in class net.hydromatic.clapham.graph.Graph
 

G

generateIndex() - Method in class net.hydromatic.clapham.Clapham
 
generateParseException() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
generateParseException() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
getArrowSize() - Method in class net.hydromatic.clapham.graph.Chart
 
getBeginColumn() - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
getBeginColumn() - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
getBeginLine() - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
getBeginLine() - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
getCharColor() - Method in class net.hydromatic.clapham.graph.Chart
 
getCharFont() - Method in class net.hydromatic.clapham.graph.Chart
 
getColumn() - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
Deprecated.  
getColumn() - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
Deprecated.  
getComponentGapHeight() - Method in class net.hydromatic.clapham.graph.Chart
 
getComponentGapWidth() - Method in class net.hydromatic.clapham.graph.Chart
 
getDimension() - Method in class net.hydromatic.clapham.graph.Chart
 
getEndColumn() - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
getEndColumn() - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
getEndLine() - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
getEndLine() - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
getFontHeight() - Method in class net.hydromatic.clapham.graph.Chart
needed to make the gap between the symbol and and the font possible
getHeight() - Method in class net.hydromatic.clapham.graph.Size
 
GetImage() - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
GetImage() - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
getLine() - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
Deprecated.  
getLine() - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
Deprecated.  
getMessage() - Method in exception net.hydromatic.clapham.parser.bnf.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error net.hydromatic.clapham.parser.bnf.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception net.hydromatic.clapham.parser.wirth.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error net.hydromatic.clapham.parser.wirth.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
getNextToken() - Method in class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
getNextToken() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
getNextToken() - Method in class net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
 
getStringWidth(Font, String) - Method in class net.hydromatic.clapham.graph.Chart
 
GetSuffix(int) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
GetSuffix(int) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
getSymbolGapHeight() - Method in class net.hydromatic.clapham.graph.Chart
 
getSymbolSize() - Method in class net.hydromatic.clapham.graph.Chart
 
getToken(int) - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
getToken(int) - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
getWidth() - Method in class net.hydromatic.clapham.graph.Size
 
Grammar - Class in net.hydromatic.clapham.graph
TODO:
Grammar() - Constructor for class net.hydromatic.clapham.graph.Grammar
 
Grammar.Direction - Enum in net.hydromatic.clapham.graph
 
Graph - Class in net.hydromatic.clapham.graph
TODO:
Graph() - Constructor for class net.hydromatic.clapham.graph.Graph
 
Graph(Node, Node) - Constructor for class net.hydromatic.clapham.graph.Graph
 
Graph(Node) - Constructor for class net.hydromatic.clapham.graph.Graph
 
graph - Variable in class net.hydromatic.clapham.graph.Symbol
 
graphSize - Variable in class net.hydromatic.clapham.graph.Graph
 

H

HOOK - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 

I

id - Variable in class net.hydromatic.clapham.parser.ProductionNode
 
Identifier() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
IDENTIFIER - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
Identifier() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
IDENTIFIER - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
IdentifierNode - Class in net.hydromatic.clapham.parser
TODO:
IdentifierNode(String) - Constructor for class net.hydromatic.clapham.parser.IdentifierNode
 
image - Variable in class net.hydromatic.clapham.parser.bnf.Token
The string image of the token.
image - Variable in class net.hydromatic.clapham.parser.wirth.Token
The string image of the token.
IN_MULTI_LINE_COMMENT - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
IN_SINGLE_LINE_COMMENT - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
incHeight(float) - Method in class net.hydromatic.clapham.graph.Size
 
incWidth(float) - Method in class net.hydromatic.clapham.graph.Size
 
ITER_COLOR - Static variable in class net.hydromatic.clapham.graph.Chart
 
itergraph - Variable in class net.hydromatic.clapham.graph.Node
 

J

jj_nt - Variable in class net.hydromatic.clapham.parser.bnf.BnfParser
 
jj_nt - Variable in class net.hydromatic.clapham.parser.wirth.WirthParser
 
jjnewLexState - Static variable in class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
jjstrLiteralImages - Static variable in class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
jjstrLiteralImages - Static variable in class net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
 

K

kind - Variable in class net.hydromatic.clapham.parser.bnf.Token
An integer that describes the kind of this token.
kind - Variable in class net.hydromatic.clapham.parser.wirth.Token
An integer that describes the kind of this token.

L

l - Variable in class net.hydromatic.clapham.graph.Graph
 
LBRACE - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
LBRACKET - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
LETTER - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
LETTER - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
lexStateNames - Static variable in class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
lexStateNames - Static variable in class net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
 
lineColor - Variable in class net.hydromatic.clapham.graph.Chart
color of the line
lineStroke - Variable in class net.hydromatic.clapham.graph.Chart
 
list - Variable in class net.hydromatic.clapham.parser.AlternateNode
 
list - Variable in class net.hydromatic.clapham.parser.SequenceNode
 
Literal() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
LITERAL - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
Literal() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
LITERAL - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
LiteralNode - Class in net.hydromatic.clapham.parser
TODO:
LiteralNode(String) - Constructor for class net.hydromatic.clapham.parser.LiteralNode
 
load(File, Clapham.Dialect) - Method in class net.hydromatic.clapham.Clapham
Populates the grammar from the grammar file.
lookingAhead - Variable in class net.hydromatic.clapham.parser.bnf.BnfParser
 
LPAREN - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
LPAREN - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 

M

main(String[]) - Static method in class net.hydromatic.clapham.Clapham
Main command-line entry point.
makeAlternative(Graph, Graph) - Method in class net.hydromatic.clapham.graph.Grammar
 
makeEpsilon(Graph) - Method in class net.hydromatic.clapham.graph.Grammar
 
makeFirstAlt(Graph) - Method in class net.hydromatic.clapham.graph.Grammar
 
makeIteration(Graph) - Method in class net.hydromatic.clapham.graph.Grammar
 
makeOption(Graph) - Method in class net.hydromatic.clapham.graph.Grammar
 
makeSequence(Graph, Graph) - Method in class net.hydromatic.clapham.graph.Grammar
 
MandatoryRepeatNode - Class in net.hydromatic.clapham.parser
TODO:
MandatoryRepeatNode(EbnfNode) - Constructor for class net.hydromatic.clapham.parser.MandatoryRepeatNode
 
maxHeight(float) - Method in class net.hydromatic.clapham.graph.Size
 
maxWidth(float) - Method in class net.hydromatic.clapham.graph.Size
 
MULTI_LINE_COMMENT - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 

N

n - Variable in class net.hydromatic.clapham.graph.Node
 
n - Variable in class net.hydromatic.clapham.parser.OptionNode
 
N_NT_COLOR - Static variable in class net.hydromatic.clapham.graph.Chart
 
name - Variable in class net.hydromatic.clapham.graph.Symbol
 
net.hydromatic.clapham - package net.hydromatic.clapham
Provides public API and command-line interface for the Clapham railroad diagram generator.
net.hydromatic.clapham.graph - package net.hydromatic.clapham.graph
Provides the graph representing a parsed grammar.
net.hydromatic.clapham.parser - package net.hydromatic.clapham.parser
Provides the API and object model for grammar parsers.
net.hydromatic.clapham.parser.bnf - package net.hydromatic.clapham.parser.bnf
Contains the implementation of the BNF parser.
net.hydromatic.clapham.parser.wirth - package net.hydromatic.clapham.parser.wirth
Contains the implementation of the Wirth Syntax Notation (WSN) parser.
newToken(int) - Static method in class net.hydromatic.clapham.parser.bnf.Token
Returns a new Token object, by default.
newToken(int) - Static method in class net.hydromatic.clapham.parser.wirth.Token
Returns a new Token object, by default.
next - Variable in class net.hydromatic.clapham.graph.Node
 
next - Variable in class net.hydromatic.clapham.parser.bnf.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class net.hydromatic.clapham.parser.wirth.Token
A reference to the next regular (non-special) token from the input stream.
Node - Class in net.hydromatic.clapham.graph
TODO:
Node(Grammar, Symbol) - Constructor for class net.hydromatic.clapham.graph.Node
 
Node(Grammar, NodeType, Node) - Constructor for class net.hydromatic.clapham.graph.Node
 
node - Variable in class net.hydromatic.clapham.parser.MandatoryRepeatNode
 
node - Variable in class net.hydromatic.clapham.parser.RepeatNode
 
NodeType - Enum in net.hydromatic.clapham.graph
Constants for node kinds.
nonterminals - Variable in class net.hydromatic.clapham.graph.Grammar
 

O

OPT_COLOR - Static variable in class net.hydromatic.clapham.graph.Chart
 
optimize() - Method in class net.hydromatic.clapham.graph.Grammar
calls all methods which optimize the graphs
OptionNode - Class in net.hydromatic.clapham.parser
TODO:
OptionNode(EbnfNode) - Constructor for class net.hydromatic.clapham.parser.OptionNode
 

P

ParseException - Exception in net.hydromatic.clapham.parser.bnf
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception net.hydromatic.clapham.parser.bnf.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception net.hydromatic.clapham.parser.bnf.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception net.hydromatic.clapham.parser.bnf.ParseException
 
ParseException - Exception in net.hydromatic.clapham.parser.wirth
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception net.hydromatic.clapham.parser.wirth.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception net.hydromatic.clapham.parser.wirth.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception net.hydromatic.clapham.parser.wirth.ParseException
 
PLUS - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
posLine - Variable in class net.hydromatic.clapham.graph.Node
 
printNodes(PrintStream) - Method in class net.hydromatic.clapham.graph.Grammar
 
Production() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
Production() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
ProductionNode - Class in net.hydromatic.clapham.parser
TODO:
ProductionNode(IdentifierNode, EbnfNode) - Constructor for class net.hydromatic.clapham.parser.ProductionNode
 

Q

QUOT - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
QUOT - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 

R

r - Variable in class net.hydromatic.clapham.graph.Graph
 
RBRACE - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
RBRACKET - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
readChar() - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
readChar() - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
ReInit(InputStream) - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
ReInit(InputStream, String) - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
ReInit(Reader) - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
ReInit(BnfParserTokenManager) - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
ReInit(SimpleCharStream) - Method in class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
ReInit(Reader) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
ReInit(InputStream, String) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
ReInit(InputStream) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
ReInit(Reader, int, int, int) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
ReInit(Reader) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
ReInit(InputStream, String) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
ReInit(InputStream) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
ReInit(InputStream) - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
ReInit(InputStream, String) - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
ReInit(Reader) - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
ReInit(WirthParserTokenManager) - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
ReInit(SimpleCharStream) - Method in class net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
 
RepeatNode - Class in net.hydromatic.clapham.parser
TODO:
RepeatNode(EbnfNode) - Constructor for class net.hydromatic.clapham.parser.RepeatNode
 
RERUN1_COLOR - Static variable in class net.hydromatic.clapham.graph.Chart
 
RERUN_COLOR - Static variable in class net.hydromatic.clapham.graph.Chart
 
restoreDefaultSettings() - Method in class net.hydromatic.clapham.graph.Chart
 
RPAREN - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
RPAREN - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
ruleMap - Variable in class net.hydromatic.clapham.graph.Grammar
 

S

s - Variable in class net.hydromatic.clapham.parser.IdentifierNode
 
s - Variable in class net.hydromatic.clapham.parser.LiteralNode
 
SequenceNode - Class in net.hydromatic.clapham.parser
TODO:
SequenceNode(List<EbnfNode>) - Constructor for class net.hydromatic.clapham.parser.SequenceNode
 
setArrowSize(int) - Method in class net.hydromatic.clapham.graph.Chart
 
setCharColor(Color) - Method in class net.hydromatic.clapham.graph.Chart
 
setCharFont(Font) - Method in class net.hydromatic.clapham.graph.Chart
 
setComponentGapWidth(int) - Method in class net.hydromatic.clapham.graph.Chart
 
setDebugStream(PrintStream) - Method in class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
setDebugStream(PrintStream) - Method in class net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
 
setHeight(float) - Method in class net.hydromatic.clapham.graph.Size
 
setOptimizeGraph(boolean) - Method in class net.hydromatic.clapham.graph.Grammar
 
setOptimizeGraph() - Method in class net.hydromatic.clapham.graph.Grammar
 
setOutputDir(File) - Method in class net.hydromatic.clapham.Clapham
 
setOutputEscapeFilename(boolean) - Method in class net.hydromatic.clapham.Clapham
 
setOutputFormats(EnumSet<Clapham.ImageFormat>) - Method in class net.hydromatic.clapham.Clapham
Sets the format(s) in which to generate images.
setSymbolGapHeight(int) - Method in class net.hydromatic.clapham.graph.Chart
 
setWidth(float) - Method in class net.hydromatic.clapham.graph.Size
 
setWrapSize(Chart) - Method in class net.hydromatic.clapham.graph.Node
 
showBorders - Variable in class net.hydromatic.clapham.graph.Chart
 
SimpleCharStream - Class in net.hydromatic.clapham.parser.bnf
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
SimpleCharStream - Class in net.hydromatic.clapham.parser.wirth
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
SINGLE_LINE_COMMENT - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
Size - Class in net.hydromatic.clapham.graph
TODO:
Size(float, float) - Constructor for class net.hydromatic.clapham.graph.Size
 
Size() - Constructor for class net.hydromatic.clapham.graph.Size
 
specialToken - Variable in class net.hydromatic.clapham.parser.bnf.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class net.hydromatic.clapham.parser.wirth.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - Static variable in class net.hydromatic.clapham.parser.bnf.SimpleCharStream
 
staticFlag - Static variable in class net.hydromatic.clapham.parser.wirth.SimpleCharStream
 
STROKE1 - Static variable in class net.hydromatic.clapham.graph.Chart
 
sub - Variable in class net.hydromatic.clapham.graph.Node
 
SwitchTo(int) - Method in class net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
 
SwitchTo(int) - Method in class net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
 
sym - Variable in class net.hydromatic.clapham.graph.Node
 
Symbol - Class in net.hydromatic.clapham.graph
TODO:
Symbol(NodeType, String) - Constructor for class net.hydromatic.clapham.graph.Symbol
 
symbolGapHeight - Variable in class net.hydromatic.clapham.graph.Chart
gap between the line of the symbol and the font
symbolGapWidth - Variable in class net.hydromatic.clapham.graph.Chart
 
symbolMap - Variable in class net.hydromatic.clapham.graph.Grammar
 
Syntax() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
Syntactical Descriptions *
Syntax() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
Syntactical Descriptions *

T

Term() - Method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
Term() - Method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
terminals - Variable in class net.hydromatic.clapham.graph.Grammar
 
terminalToNt(String) - Method in class net.hydromatic.clapham.graph.Grammar
Converts the terminal with a given name to a non-terminal.
TextBox - Class in net.hydromatic.clapham.graph
TODO:
toGraph(Grammar, EbnfNode) - Static method in class net.hydromatic.clapham.Clapham
 
token - Variable in class net.hydromatic.clapham.parser.bnf.BnfParser
 
Token - Class in net.hydromatic.clapham.parser.bnf
Describes the input token stream.
Token() - Constructor for class net.hydromatic.clapham.parser.bnf.Token
 
Token - Class in net.hydromatic.clapham.parser.wirth
Describes the input token stream.
Token() - Constructor for class net.hydromatic.clapham.parser.wirth.Token
 
token - Variable in class net.hydromatic.clapham.parser.wirth.WirthParser
 
token_source - Variable in class net.hydromatic.clapham.parser.bnf.BnfParser
 
token_source - Variable in class net.hydromatic.clapham.parser.wirth.WirthParser
 
tokenImage - Static variable in interface net.hydromatic.clapham.parser.bnf.BnfParserConstants
 
tokenImage - Variable in exception net.hydromatic.clapham.parser.bnf.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Variable in exception net.hydromatic.clapham.parser.wirth.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface net.hydromatic.clapham.parser.wirth.WirthParserConstants
 
TokenMgrError - Error in net.hydromatic.clapham.parser.bnf
 
TokenMgrError() - Constructor for error net.hydromatic.clapham.parser.bnf.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error net.hydromatic.clapham.parser.bnf.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error net.hydromatic.clapham.parser.bnf.TokenMgrError
 
TokenMgrError - Error in net.hydromatic.clapham.parser.wirth
 
TokenMgrError() - Constructor for error net.hydromatic.clapham.parser.wirth.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error net.hydromatic.clapham.parser.wirth.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error net.hydromatic.clapham.parser.wirth.TokenMgrError
 
toPng(File, File) - Static method in class net.hydromatic.clapham.Clapham
 
toString() - Method in class net.hydromatic.clapham.graph.Size
 
toString(StringBuilder) - Method in class net.hydromatic.clapham.parser.AlternateNode
 
toString(StringBuilder, String, List<E>, String) - Static method in class net.hydromatic.clapham.parser.bnf.BnfParser
 
toString() - Method in class net.hydromatic.clapham.parser.bnf.Token
Returns the image.
toString(StringBuilder) - Method in interface net.hydromatic.clapham.parser.EbnfNode
 
toString(StringBuilder) - Method in class net.hydromatic.clapham.parser.EmptyNode
 
toString(StringBuilder) - Method in class net.hydromatic.clapham.parser.IdentifierNode
 
toString(StringBuilder) - Method in class net.hydromatic.clapham.parser.LiteralNode
 
toString(StringBuilder) - Method in class net.hydromatic.clapham.parser.MandatoryRepeatNode
 
toString(StringBuilder) - Method in class net.hydromatic.clapham.parser.OptionNode
 
toString(StringBuilder) - Method in class net.hydromatic.clapham.parser.ProductionNode
 
toString(StringBuilder) - Method in class net.hydromatic.clapham.parser.RepeatNode
 
toString(StringBuilder) - Method in class net.hydromatic.clapham.parser.SequenceNode
 
toString() - Method in class net.hydromatic.clapham.parser.wirth.Token
Returns the image.
toString(StringBuilder, String, List<E>, String) - Static method in class net.hydromatic.clapham.parser.wirth.WirthParser
 
TRACE - Static variable in class net.hydromatic.clapham.graph.Grammar
 
typ - Variable in class net.hydromatic.clapham.graph.Node
 
typ - Variable in class net.hydromatic.clapham.graph.Symbol
 

U

unparse(StringBuffer) - Method in class net.hydromatic.clapham.graph.Node
 
up - Variable in class net.hydromatic.clapham.graph.Node
 

V

valueOf(String) - Static method in enum net.hydromatic.clapham.Clapham.ImageFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.hydromatic.clapham.graph.Grammar.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.hydromatic.clapham.graph.NodeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.hydromatic.clapham.Clapham.ImageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.hydromatic.clapham.graph.Grammar.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.hydromatic.clapham.graph.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
visitChildren(Chart.NodeVisitor) - Method in class net.hydromatic.clapham.graph.Node
 

W

WirthParser - Class in net.hydromatic.clapham.parser.wirth
Parser for grammars in Wirth Syntax Notation.
WirthParser(InputStream) - Constructor for class net.hydromatic.clapham.parser.wirth.WirthParser
 
WirthParser(InputStream, String) - Constructor for class net.hydromatic.clapham.parser.wirth.WirthParser
 
WirthParser(Reader) - Constructor for class net.hydromatic.clapham.parser.wirth.WirthParser
 
WirthParser(WirthParserTokenManager) - Constructor for class net.hydromatic.clapham.parser.wirth.WirthParser
 
WirthParserConstants - Interface in net.hydromatic.clapham.parser.wirth
 
WirthParserTokenManager - Class in net.hydromatic.clapham.parser.wirth
 
WirthParserTokenManager(SimpleCharStream) - Constructor for class net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
 
WirthParserTokenManager(SimpleCharStream, int) - Constructor for class net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
 

A B C D E F G H I J K L M N O P Q R S T U V W
SourceForge.net_Logo