Documentation ¶
Overview ¶
Abstract Syntax Tree representing the DOT grammar
Index ¶
- Constants
- type AList
- type Attr
- type AttrList
- type Bool
- type EdgeAttrs
- type EdgeOp
- type EdgeRH
- type EdgeRHS
- type EdgeStmt
- type Elem
- type Graph
- type GraphAttrs
- type GraphType
- type Id
- type Location
- type NodeAttrs
- type NodeId
- type NodeStmt
- type Port
- type Stmt
- type StmtList
- type SubGraph
- type Visitor
- type Walkable
Constants ¶
View Source
const ( FALSE = Bool(false) TRUE = Bool(true) )
View Source
const ( GRAPH = GraphType(false) DIGRAPH = GraphType(true) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EdgeStmt ¶
func NewEdgeStmt ¶
type GraphAttrs ¶
type GraphAttrs AttrList
func NewGraphAttrs ¶
func NewGraphAttrs(a Elem) (GraphAttrs, error)
func (GraphAttrs) String ¶
func (this GraphAttrs) String() string
func (GraphAttrs) Walk ¶
func (this GraphAttrs) Walk(v Visitor)
type NodeId ¶
func MakeNodeId ¶
type NodeStmt ¶
func NewNodeStmt ¶
type SubGraph ¶
func NewSubGraph ¶
Click to show internal directories.
Click to hide internal directories.