Uses of Package
org.eclipse.ocl.examples.codegen.java

Packages that use org.eclipse.ocl.examples.codegen.java
org.eclipse.ocl.examples.autogen.analyzer   
org.eclipse.ocl.examples.autogen.java   
org.eclipse.ocl.examples.codegen.generator   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.java.iteration   
org.eclipse.ocl.examples.codegen.java.types   
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.codegen.oclinjunit   
 

Classes in org.eclipse.ocl.examples.codegen.java used by org.eclipse.ocl.examples.autogen.analyzer
JavaDependencyVisitor
           
 

Classes in org.eclipse.ocl.examples.codegen.java used by org.eclipse.ocl.examples.autogen.java
AbstractJavaContext
          A JavaLocalContext maintains the Java-specific context for generation of coide from a CGOperation.
CG2JavaPreVisitor
          A CG2JavaPreVisitor prepares for Java code generation by performing a tree traversal to gather all imports and global constants.
CG2JavaVisitor
          A CG2JavaVisitor serializes the contributions of a tree of model elements in a StringBuilder whose result may be obtained by toString() on completion.
JavaCodeGenerator
          OCL2JavaClass supports generation of the content of a JavaClassFile to provide the polymorphic implementation of an ExpressionInOCL.
JavaGlobalContext
          A JavaGlobalContext maintains the Java-specific global context for generation of code.
JavaLocalContext
          A JavaLocalContext maintains the Java-specific context for generation of coide from a CGOperation.
 

Classes in org.eclipse.ocl.examples.codegen.java used by org.eclipse.ocl.examples.codegen.generator
JavaLocalContext
          A JavaLocalContext maintains the Java-specific context for generation of coide from a CGOperation.
JavaStream
          A JavaStream provides many appendXXX helper methods and a push/pop facility for auto-indentation of Java text.
JavaStream.SubStream
           
 

Classes in org.eclipse.ocl.examples.codegen.java used by org.eclipse.ocl.examples.codegen.java
AbstractJavaContext
          A JavaLocalContext maintains the Java-specific context for generation of coide from a CGOperation.
CG2JavaPreVisitor
          A CG2JavaPreVisitor prepares for Java code generation by performing a tree traversal to gather all imports and global constants.
CG2JavaVisitor
          A CG2JavaVisitor serializes the contributions of a tree of model elements in a StringBuilder whose result may be obtained by toString() on completion.
Id2EClassVisitor
           
Id2JavaExpressionVisitor
          An Id2JavaExpressionVisitor appends the expression body of an Id declaration.
Id2JavaInterfaceVisitor
          An Id2JavaClassVisitor return the Java Interface for an Id.
Iteration2Java
           
JavaCodeGenerator
          OCL2JavaClass supports generation of the content of a JavaClassFile to provide the polymorphic implementation of an ExpressionInOCL.
JavaGlobalContext
          A JavaGlobalContext maintains the Java-specific global context for generation of code.
JavaLocalContext
          A JavaLocalContext maintains the Java-specific context for generation of coide from a CGOperation.
JavaStream
          A JavaStream provides many appendXXX helper methods and a push/pop facility for auto-indentation of Java text.
JavaStream.SubStream
           
 

Classes in org.eclipse.ocl.examples.codegen.java used by org.eclipse.ocl.examples.codegen.java.iteration
Iteration2Java
           
JavaStream
          A JavaStream provides many appendXXX helper methods and a push/pop facility for auto-indentation of Java text.
 

Classes in org.eclipse.ocl.examples.codegen.java used by org.eclipse.ocl.examples.codegen.java.types
JavaCodeGenerator
          OCL2JavaClass supports generation of the content of a JavaClassFile to provide the polymorphic implementation of an ExpressionInOCL.
JavaLocalContext
          A JavaLocalContext maintains the Java-specific context for generation of coide from a CGOperation.
JavaStream
          A JavaStream provides many appendXXX helper methods and a push/pop facility for auto-indentation of Java text.
JavaStream.SubStream
           
 

Classes in org.eclipse.ocl.examples.codegen.java used by org.eclipse.ocl.examples.codegen.oclinecore
AbstractJavaContext
          A JavaLocalContext maintains the Java-specific context for generation of coide from a CGOperation.
CG2JavaVisitor
          A CG2JavaVisitor serializes the contributions of a tree of model elements in a StringBuilder whose result may be obtained by toString() on completion.
JavaCodeGenerator
          OCL2JavaClass supports generation of the content of a JavaClassFile to provide the polymorphic implementation of an ExpressionInOCL.
JavaGlobalContext
          A JavaGlobalContext maintains the Java-specific global context for generation of code.
JavaLocalContext
          A JavaLocalContext maintains the Java-specific context for generation of coide from a CGOperation.
 

Classes in org.eclipse.ocl.examples.codegen.java used by org.eclipse.ocl.examples.codegen.oclinjunit
CG2JavaVisitor
          A CG2JavaVisitor serializes the contributions of a tree of model elements in a StringBuilder whose result may be obtained by toString() on completion.
JavaCodeGenerator
          OCL2JavaClass supports generation of the content of a JavaClassFile to provide the polymorphic implementation of an ExpressionInOCL.