Class Variable
java.lang.Object
javassist.compiler.ast.ASTree
javassist.compiler.ast.Symbol
javassist.compiler.ast.Variable
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Declaratorprivate static final longdefault serialVersionUIDFields inherited from class Symbol
identifier -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDdefault serialVersionUID- See Also:
-
declarator
-
-
Constructor Details
-
Variable
-
-
Method Details
-
getDeclarator
-
toString
-
accept
Description copied from class:ASTreeIs a method for the visitor pattern. It callsatXXX()on the given visitor, whereXXXis the class name of the node object.- Overrides:
acceptin classSymbol- Throws:
CompileError
-