Package com.github.adriantodt.lin.ast.visitor

Types

NodeMapVisitor
Link copied to clipboard
interface NodeMapVisitor

A Node Visitor with no parameters and with its interface as return value. NOTE: This file is generated!

NodeVisitor
Link copied to clipboard
interface NodeVisitor

A Node Visitor with no parameters and no return value. NOTE: This file is generated!

NodeVisitor1
Link copied to clipboard
interface NodeVisitor1<T>

A Node Visitor with 1 parameter and no return value. NOTE: This file is generated!

NodeVisitorR
Link copied to clipboard
interface NodeVisitorR<R>

A Node Visitor with no parameters and with a parameterized return value. NOTE: This file is generated!