Uses of Class
org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern

Packages that use JControlModel.DictionaryPattern
org.eclipse.emf.codegen.jmerge   
org.eclipse.emf.codegen.merge.java   
 

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

Subclasses of JControlModel.DictionaryPattern in org.eclipse.emf.codegen.jmerge
static class JControlModel.DictionaryPattern
          Deprecated. in 2.2.0. Use JControlModel.DictionaryPattern instead.
 

Methods in org.eclipse.emf.codegen.jmerge that return JControlModel.DictionaryPattern
protected  JControlModel.DictionaryPattern JControlModel.createDictionaryPattern(java.lang.String classPrefix, org.w3c.dom.Element elementChild)
          Deprecated.  
 

Uses of JControlModel.DictionaryPattern in org.eclipse.emf.codegen.merge.java
 

Fields in org.eclipse.emf.codegen.merge.java with type parameters of type JControlModel.DictionaryPattern
protected  java.util.List<JControlModel.DictionaryPattern> JControlModel.dictionaryPatterns
           
 

Methods in org.eclipse.emf.codegen.merge.java that return JControlModel.DictionaryPattern
protected  JControlModel.DictionaryPattern JControlModel.createDictionaryPattern(java.lang.String classPrefix, org.w3c.dom.Element elementChild)
           
 

Methods in org.eclipse.emf.codegen.merge.java that return types with arguments of type JControlModel.DictionaryPattern
 java.util.List<JControlModel.DictionaryPattern> JControlModel.getDictionaryPatterns()
           
 

Methods in org.eclipse.emf.codegen.merge.java with parameters of type JControlModel.DictionaryPattern
protected  java.lang.String JPatternDictionary.checkSelection(java.lang.String selection, JControlModel.DictionaryPattern dictionaryPattern, JNode node)
          Checks the selection to fix the problem with facade implementations that assign wrong javadoc to the node.
protected  void JPatternDictionary.markupNode(java.lang.String selection, JControlModel.DictionaryPattern dictionaryPattern, JNode node)
          Matches pattern in dictionary pattern against selection, and marks up node with all matching groups.
 


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