Package javassist.compiler.ast
Class Symbol
- java.lang.Object
-
- javassist.compiler.ast.ASTree
-
- javassist.compiler.ast.Symbol
-
- All Implemented Interfaces:
Serializable
public class Symbol extends ASTree
Identifier.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor v)Is a method for the visitor pattern.Stringget()StringtoString()
-
-
-
Constructor Detail
-
Symbol
public Symbol(String sym)
-
-