Package com.sun.codemodel
Class JAtom
- java.lang.Object
-
- com.sun.codemodel.JExpressionImpl
-
- com.sun.codemodel.JAtom
-
- All Implemented Interfaces:
JExpression,JGenerable
final class JAtom extends JExpressionImpl
JAtoms: Simple code components that merely generate themselves.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringwhat
-
Constructor Summary
Constructors Constructor Description JAtom(java.lang.String what)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(JFormatter f)
-
-
-
Method Detail
-
generate
public void generate(JFormatter f)
-
-