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 TypeInterfaceDescriptioninterfaceMarker interface for code components that can be placed to the left of '=' in an assignment.interfaceA Java expression.Classes in com.sun.codemodel that implement JGenerableModifier and TypeClassDescriptionfinal classRepresents an arrays as annotation membersfinal classRepresents an annotation on a program element.classThings that can be values of an annotation element.final classarray creation and initialization.final classarray component reference.classAssignment statements, which are also expressions.final classA block of Java code, which may contain statements and local declarations.final classA cast operation.classCatch block for a try/catch/finally statementclassRepresents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.classA generated Java class/interface/enum/....classJavaDoc comment.final classEnum Constant.classProvides default implementations forJExpression.classField ReferenceclassA field that can have aJDocCommentassociated with itfinal classJMethod invocationclassModifier groups.final classSpecial class object that represents the type of "null".final classA Java package.final classJava built-in primitive types.classString literal.classA representation of a type in codeModel.final classType variable used to declare generics.classVariables 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) ProducesJGenerables separated by ','