Uses of Interface
com.sun.codemodel.JGenerable
Packages that use JGenerable
-
Uses of JGenerable in com.sun.codemodel
Subinterfaces of JGenerable in com.sun.codemodelModifier and TypeInterfaceDescriptioninterface
Marker interface for code components that can be placed to the left of '=' in an assignment.interface
A Java expression.Classes in com.sun.codemodel that implement JGenerableModifier and TypeClassDescriptionfinal class
Represents an arrays as annotation membersfinal class
Represents an annotation on a program element.class
Things that can be values of an annotation element.final class
array creation and initialization.class
Assignment statements, which are also expressions.final class
A block of Java code, which may contain statements and local declarations.class
Catch block for a try/catch/finally statementclass
Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.class
A generated Java class/interface/enum/....class
JavaDoc comment.final class
Enum Constant.class
Provides default implementations forJExpression
.class
Field Referenceclass
A field that can have aJDocComment
associated with itfinal class
JMethod invocationclass
Modifier groups.final class
Special class object that represents the type of "null".final class
A Java package.final class
Java built-in primitive types.class
String literal.class
A representation of a type in codeModel.final class
Type variable used to declare generics.class
Variables and fields.Methods in com.sun.codemodel with parameters of type JGenerableModifier and TypeMethodDescriptionJFormatter.g
(JGenerable g) Cause the JGenerable object to generate source for iteselfMethod parameters in com.sun.codemodel with type arguments of type JGenerableModifier and TypeMethodDescriptionJFormatter.g
(Collection<? extends JGenerable> list) ProducesJGenerable
s separated by ','