Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.graph.dot.parser: Javadoc index of package com.port80.graph.dot.parser.


Package Samples:

com.port80.graph.dot.parser

Classes:

GenGraphVisitor: Generate graph object from AST. . Dot file coordinate system have origin at lower-left corner which is differ from Java at upper-left corner. Dot file have a graph attribute 'bb', that defines the bounding box of routed graphs, can be used to convert the coordinates. OBSOLETE: . This is an expriment to generate graph from AST instead of directly in the parser. For this simple grammer, it is possible but still uneccessarily complicated since it often required to check for child type and recreate the context. It is better to do a little more inside the parser.
ParseException: This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser. You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.
ASCII_UCodeESC_CharStream: An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
Token: Describes the input token stream.
DotParser: .dot file parser.
Node
ASTAttribute
ASTAttributeList
ASTAttributeStatement
ASTEdgeRHS
ASTEdgeStatement
ASTStatementList
ASTSubGraph
ASTUnit
ASTVertex
ASTVertexStatement
DotParserTreeConstants
DotParserVisitor
JJTDotParserState
DotParserVisitorBase
DotParserTokenManager
SimpleNode
TokenMgrError
DotParserConstants

Home | Contact Us | Privacy Policy | Terms of Service