Package | Description |
---|---|
org.waxeye.ast | |
org.waxeye.ast.print |
Modifier and Type | Method and Description |
---|---|
void |
IAST.acceptASTVisitor(IASTVisitor visitor)
Accepts the visitor.
|
void |
AST.acceptASTVisitor(IASTVisitor visitor)
Accepts the visitor.
|
void |
Empty.acceptASTVisitor(IASTVisitor visitor)
Accepts the visitor.
|
void |
Char.acceptASTVisitor(IASTVisitor visitor)
Accepts the visitor.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrowPrinter
A class to print the AST with arrows.
|
class |
SexprPrinter
A class to print the AST as s-expressions.
|
Copyright © 2017 Kevoree Project. All rights reserved.