Methods in byucc.jhdl.parsers.edif.visitor with parameters of type page |
void |
Visitor.visit(page n)
f0 -> "("
f1 -> "page"
f2 -> instanceNameDef()
f3 -> ( instance() | net() | netBundle() | commentGraphics() | portImplementation() | pageSize() | boundingBox() | constant() | constraint() | variable() | comment() | userData() )*
f4 -> ")" |
java.lang.Object |
ObjectVisitor.visit(page n,
java.lang.Object argu)
f0 -> "("
f1 -> "page"
f2 -> instanceNameDef()
f3 -> ( instance() | net() | netBundle() | commentGraphics() | portImplementation() | pageSize() | boundingBox() | constant() | constraint() | variable() | comment() | userData() )*
f4 -> ")" |
void |
DepthFirstVisitor.visit(page n)
f0 -> "("
f1 -> "page"
f2 -> instanceNameDef()
f3 -> ( instance() | net() | netBundle() | commentGraphics() | portImplementation() | pageSize() | boundingBox() | constant() | constraint() | variable() | comment() | userData() )*
f4 -> ")" |