Methods in byucc.jhdl.parsers.edif.visitor with parameters of type figure |
void |
Visitor.visit(figure n)
f0 ->
f1 ->
f2 -> ( figureGroupNameRef() | figureGroupOverride() )
f3 -> ( circle() | dot() | openShape() | path() | polygon() | rectangle() | shape() | comment() | userData() )*
f4 -> |
java.lang.Object |
ObjectVisitor.visit(figure n,
java.lang.Object argu)
f0 ->
f1 ->
f2 -> ( figureGroupNameRef() | figureGroupOverride() )
f3 -> ( circle() | dot() | openShape() | path() | polygon() | rectangle() | shape() | comment() | userData() )*
f4 -> |
void |
DepthFirstVisitor.visit(figure n)
f0 ->
f1 ->
f2 -> ( figureGroupNameRef() | figureGroupOverride() )
f3 -> ( circle() | dot() | openShape() | path() | polygon() | rectangle() | shape() | comment() | userData() )*
f4 -> |