Serializable
public class Pair extends ASTree
Modifier and Type | Field | Description |
---|---|---|
protected ASTree |
left |
|
protected ASTree |
right |
public void accept(Visitor v) throws CompileError
ASTree
atXXX()
on the given visitor, where
XXX
is the class name of the node object.accept
in class ASTree
CompileError
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.