Uses of Interface
org.jboss.jdeparser.JGenerable
Packages that use JGenerable
-
Uses of JGenerable in org.jboss.jdeparser
Subinterfaces of JGenerable in org.jboss.jdeparserModifier and TypeInterfaceDescriptioninterfaceMarker interface for code components that can be placed to the left of '=' in an assignment.interfaceA Java expression.Classes in org.jboss.jdeparser 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.classA generated Java class/interface/enum/....private classReferences to existing classes.(package private) final classA specialJClassthat represents an unknown class (except its name.)classJavaDoc comment.final classEnum Constant.private static classclassProvides default implementations forJExpression.(package private) final classRepresents a wildcard type like "? extends Foo" or "? super Foo".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.(package private) final classRepresents a wildcard type like "? super Foo".classA representation of a type in JDeparser.final classType variable used to declare generics.classVariables and fields.Fields in org.jboss.jdeparser 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 org.jboss.jdeparser with parameters of type JGenerableModifier and TypeMethodDescriptionJFormatter.g(JGenerable g) Cause the JGenerable object to generate source for iteselfMethod parameters in org.jboss.jdeparser with type arguments of type JGenerableModifier and TypeMethodDescriptionJFormatter.g(Collection<? extends JGenerable> list) ProducesJGenerables separated by ','Constructors in org.jboss.jdeparser with parameters of type JGenerableModifierConstructorDescription(package private)BinaryOp(String op, JExpression left, JGenerable right) (package private)JFieldRef(JGenerable object, String name, boolean explicitThis) (package private)JFieldRef(JGenerable object, JVar var, boolean explicitThis) privateJInvocation(JGenerable object, String name) privateJInvocation(JGenerable object, JMethod method) -
Uses of JGenerable in org.jboss.jdeparser.fmt
Classes in org.jboss.jdeparser.fmt that implement JGenerable