Package javassist.compiler.ast
Class StringL
- java.lang.Object
-
- javassist.compiler.ast.ASTree
-
- javassist.compiler.ast.StringL
-
- All Implemented Interfaces:
Serializable
public class StringL extends ASTree
String literal.- 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
-
StringL
public StringL(String t)
-
-