Class StringL
java.lang.Object
javassist.compiler.ast.ASTree
javassist.compiler.ast.StringL
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longdefault serialVersionUIDprotected String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDdefault serialVersionUID- See Also:
-
text
-
-
Constructor Details
-
StringL
-
-
Method Details
-
get
-
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.- Specified by:
acceptin classASTree- Throws:
CompileError
-