Package javassist.compiler.ast
Class Variable
java.lang.Object
javassist.compiler.ast.ASTree
javassist.compiler.ast.Symbol
javassist.compiler.ast.Variable
- All Implemented Interfaces:
Serializable
Variable.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Variable
-
-
Method Details
-
getDeclarator
-
toString
-
accept
Description copied from class:ASTree
Is a method for the visitor pattern. It callsatXXX()
on the given visitor, whereXXX
is the class name of the node object.
-