Package javassist.compiler.ast
Class ASTree
java.lang.Object
javassist.compiler.ast.ASTree
- All Implemented Interfaces:
Serializable
Abstract Syntax Tree. An ASTree object represents a node of
a binary tree. If the node is a leaf node, both
getLeft()
and getRight()
returns null.- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ASTree
public ASTree()
-
-
Method Details