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 members(package private) final class
Captures the value of the annotation.final class
Represents an annotation on a program element.class
Things that can be values of an annotation element.(package private) class
Anonymous class quick hack.final class
array creation and initialization.(package private) final class
Array class.(package private) final class
array component reference.class
Assignment statements, which are also expressions.(package private) final class
JAtoms: Simple code components that merely generate themselves.final class
A block of Java code, which may contain statements and local declarations.(package private) final class
A cast operation.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.private class
References to existing classes.class
A generated Java class/interface/enum/....(package private) final class
A specialJClass
that represents an unknown class (except its name.)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.(package private) class
Represents X<Y>.final class
Special class object that represents the type of "null".private static class
private static class
private static class
private static class
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.(package private) final class
Represents a wildcard type like "? extends Foo".class
Variables and fields.Fields in com.sun.codemodel declared as JGenerableModifier and TypeFieldDescriptionprivate JGenerable
JFieldRef.object
Object expression upon which this field will be accessed, or null for the implicit 'this'.private JGenerable
JInvocation.object
Object expression upon which this method will be invoked, or null if this is a constructor invocation(package private) JGenerable
JOp.BinaryOp.right
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 ','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) private
JInvocation
(JGenerable object, JMethod method) private
JInvocation
(JGenerable object, String name) -
Uses of JGenerable in com.sun.codemodel.fmt
Classes in com.sun.codemodel.fmt that implement JGenerable