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 void
accept(Visitor v)
Is a method for the visitor pattern.String
get()
String
toString()
-
-
-
Constructor Detail
-
Symbol
public Symbol(String sym)
-
-