MCPcopy Create free account
hub / github.com/boalang/compiler / BoaAbstractVisitor

Class BoaAbstractVisitor

src/java/boa/runtime/BoaAbstractVisitor.java:42–575  ·  view source on GitHub ↗

Boa abstract AST visitor. The visit() methods first call preVisit() for the node. If preVisit() returns true , then each of that node's children are visited and then postVisit() is called. By default, all preVisit()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected