Uses of Class
org.eclipse.emf.codegen.jmerge.JControlModel

Packages that use JControlModel
org.eclipse.emf.codegen.jmerge   
 

Uses of JControlModel in org.eclipse.emf.codegen.jmerge
 

Fields in org.eclipse.emf.codegen.jmerge declared as JControlModel
protected  JControlModel JMerger.jControlModel
          Deprecated.  
protected  JControlModel JPatternDictionary.options
          Deprecated.  
 

Methods in org.eclipse.emf.codegen.jmerge that return JControlModel
 JControlModel JMerger.getControlModel()
          Deprecated.  
 JControlModel JPatternDictionary.options()
          Deprecated.  
 

Methods in org.eclipse.emf.codegen.jmerge with parameters of type JControlModel
 void JMerger.setControlModel(JControlModel jControlModel)
          Deprecated.  
 

Constructors in org.eclipse.emf.codegen.jmerge with parameters of type JControlModel
JMerger(JControlModel jControlModel, org.eclipse.jdt.core.jdom.IDOMCompilationUnit sourceCompilationUnit, org.eclipse.jdt.core.jdom.IDOMCompilationUnit targetCompilationUnit)
          Deprecated.  
JPatternDictionary(org.eclipse.jdt.core.jdom.IDOMCompilationUnit compilationUnit, JControlModel options)
          Deprecated. This creates an instance.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.