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 members(package private) final classCaptures the value of the annotation.final classRepresents an annotation on a program element.classThings that can be values of an annotation element.(package private) classAnonymous class quick hack.final classarray creation and initialization.(package private) final classArray class.(package private) final classarray component reference.classAssignment statements, which are also expressions.(package private) final classJAtoms: Simple code components that merely generate themselves.final classA block of Java code, which may contain statements and local declarations.(package private) 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.private classReferences to existing classes.classA generated Java class/interface/enum/....(package private) final classA specialJClassthat represents an unknown class (except its name.)classJavaDoc comment.final classEnum Constant.classProvides default implementations forJExpression.classField ReferenceclassA field that can have aJDocCommentassociated with itfinal classJMethod invocationclassModifier groups.(package private) classRepresents X<Y>.final classSpecial class object that represents the type of "null".private static classprivate static classprivate static classprivate static classfinal 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.(package private) final classRepresents a wildcard type like "? extends Foo".classVariables and fields.Fields in com.sun.codemodel declared as JGenerableModifier and TypeFieldDescriptionprivate JGenerableJFieldRef.objectObject expression upon which this field will be accessed, or null for the implicit 'this'.private JGenerableJInvocation.objectObject expression upon which this method will be invoked, or null if this is a constructor invocation(package private) JGenerableJOp.BinaryOp.rightMethods 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 ','Constructors in com.sun.codemodel with parameters of type JGenerableModifierConstructorDescription(package private)BinaryOp(String op, JExpression left, JGenerable right) (package private)JFieldRef(JGenerable object, JVar var, boolean explicitThis) (package private)JFieldRef(JGenerable object, String name, boolean explicitThis) privateJInvocation(JGenerable object, JMethod method) privateJInvocation(JGenerable object, String name) -
Uses of JGenerable in com.sun.codemodel.fmt
Classes in com.sun.codemodel.fmt that implement JGenerable