public final class GraphCreatorInterpreter
extends org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitch<java.lang.Object>
| Constructor and Description |
|---|
GraphCreatorInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
caseAttribute(org.eclipse.gef4.dot.internal.dot.parser.dot.Attribute object)
Returns the result of interpreting the object as an instance of 'Attribute'
|
java.lang.Object |
caseAttrStmt(org.eclipse.gef4.dot.internal.dot.parser.dot.AttrStmt object)
Returns the result of interpreting the object as an instance of 'Attr Stmt'
|
java.lang.Object |
caseEdgeRhsNode(org.eclipse.gef4.dot.internal.dot.parser.dot.EdgeRhsNode object)
Returns the result of interpreting the object as an instance of 'Edge Rhs Node'
|
java.lang.Object |
caseEdgeStmtNode(org.eclipse.gef4.dot.internal.dot.parser.dot.EdgeStmtNode object)
Returns the result of interpreting the object as an instance of 'Edge Stmt Node'
|
java.lang.Object |
caseMainGraph(org.eclipse.gef4.dot.internal.dot.parser.dot.MainGraph object)
Returns the result of interpreting the object as an instance of 'Main Graph'
|
java.lang.Object |
caseNodeId(org.eclipse.gef4.dot.internal.dot.parser.dot.NodeId object)
Returns the result of interpreting the object as an instance of 'Node Id'
|
java.lang.Object |
caseNodeStmt(org.eclipse.gef4.dot.internal.dot.parser.dot.NodeStmt object)
Returns the result of interpreting the object as an instance of 'Node Stmt'
|
java.lang.Object |
caseSubgraph(org.eclipse.gef4.dot.internal.dot.parser.dot.Subgraph object)
Returns the result of interpreting the object as an instance of 'Subgraph'
|
org.eclipse.gef4.graph.Graph |
create(DotAst dotAst) |
org.eclipse.gef4.graph.Graph |
create(DotAst dotAst,
org.eclipse.gef4.graph.Graph.Builder graph) |
public org.eclipse.gef4.graph.Graph create(DotAst dotAst)
public org.eclipse.gef4.graph.Graph create(DotAst dotAst, org.eclipse.gef4.graph.Graph.Builder graph)
public java.lang.Object caseMainGraph(org.eclipse.gef4.dot.internal.dot.parser.dot.MainGraph object)
org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitchcaseMainGraph in class org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitch<java.lang.Object>object - the target of the switch.doSwitch(EObject)public java.lang.Object caseAttribute(org.eclipse.gef4.dot.internal.dot.parser.dot.Attribute object)
org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitchcaseAttribute in class org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitch<java.lang.Object>object - the target of the switch.doSwitch(EObject)public java.lang.Object caseAttrStmt(org.eclipse.gef4.dot.internal.dot.parser.dot.AttrStmt object)
org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitchcaseAttrStmt in class org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitch<java.lang.Object>object - the target of the switch.doSwitch(EObject)public java.lang.Object caseNodeStmt(org.eclipse.gef4.dot.internal.dot.parser.dot.NodeStmt object)
org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitchcaseNodeStmt in class org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitch<java.lang.Object>object - the target of the switch.doSwitch(EObject)public java.lang.Object caseEdgeStmtNode(org.eclipse.gef4.dot.internal.dot.parser.dot.EdgeStmtNode object)
org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitchcaseEdgeStmtNode in class org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitch<java.lang.Object>object - the target of the switch.doSwitch(EObject)public java.lang.Object caseNodeId(org.eclipse.gef4.dot.internal.dot.parser.dot.NodeId object)
org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitchcaseNodeId in class org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitch<java.lang.Object>object - the target of the switch.doSwitch(EObject)public java.lang.Object caseEdgeRhsNode(org.eclipse.gef4.dot.internal.dot.parser.dot.EdgeRhsNode object)
org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitchcaseEdgeRhsNode in class org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitch<java.lang.Object>object - the target of the switch.doSwitch(EObject)public java.lang.Object caseSubgraph(org.eclipse.gef4.dot.internal.dot.parser.dot.Subgraph object)
org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitchcaseSubgraph in class org.eclipse.gef4.dot.internal.dot.parser.dot.util.DotSwitch<java.lang.Object>object - the target of the switch.doSwitch(EObject)Copyright (c) 2014 itemis AG and others. All rights reserved.