#include <ogdf/fileformats/DotParser.h>
Public Member Functions | |
EdgeStmt (EdgeLhs *edgeLHS, EdgeRhs *edgeRHS, AttrList *attrList) | |
~EdgeStmt () | |
virtual bool | read (Parser &P, ogdf::Graph &G, GraphAttributes *GA, ClusterGraph *C, ClusterGraphAttributes *CA, const SubgraphData &data) override |
Public Member Functions inherited from ogdf::dot::Ast::Stmt | |
virtual | ~Stmt ()=0 |
Public Attributes | |
AttrList * | attrs |
EdgeLhs * | lhs |
EdgeRhs * | rhs |
Definition at line 211 of file DotParser.h.
ogdf::dot::Ast::EdgeStmt::~EdgeStmt | ( | ) |
|
overridevirtual |
Implements ogdf::dot::Ast::Stmt.
AttrList* ogdf::dot::Ast::EdgeStmt::attrs |
Definition at line 214 of file DotParser.h.
EdgeLhs* ogdf::dot::Ast::EdgeStmt::lhs |
Definition at line 212 of file DotParser.h.
EdgeRhs* ogdf::dot::Ast::EdgeStmt::rhs |
Definition at line 213 of file DotParser.h.