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 ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attr ¶
type EdgeRH ¶
type EdgeStmt ¶
type Graph ¶
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 Location ¶
type NodeId ¶
type NodeStmt ¶
type Port ¶
TODO semantic analysis should decide which Id is an Id and which is a Compass Point
type SubGraph ¶
Source Files
¶
- ast.go
Click to show internal directories.
Click to hide internal directories.