Uses of Interface
org.eclipse.gmf.codegen.gmfgen.GenParserImplementation

Packages that use GenParserImplementation
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of GenParserImplementation in org.eclipse.gmf.codegen.gmfgen
 

Subinterfaces of GenParserImplementation in org.eclipse.gmf.codegen.gmfgen
 interface CustomParser
          A representation of the model object 'Custom Parser'.
 interface ExpressionLabelParser
          A representation of the model object 'Expression Label Parser'.
 interface ExternalParser
          A representation of the model object 'External Parser'.
 interface OclChoiceParser
          A representation of the model object ' Ocl Choice Parser'.
 interface PredefinedEnumParser
          A representation of the model object 'Predefined Enum Parser'.
 interface PredefinedParser
          A representation of the model object 'Predefined Parser'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenParserImplementation
 GenParserImplementation LabelModelFacet.getParser()
          Returns the value of the 'Parser' reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenParserImplementation
 org.eclipse.emf.common.util.EList<GenParserImplementation> GenParsers.getImplementations()
          Returns the value of the 'Implementations' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenParserImplementation
 void LabelModelFacet.setParser(GenParserImplementation value)
          Sets the value of the 'Parser' reference.
 

Uses of GenParserImplementation in org.eclipse.gmf.codegen.gmfgen.impl
 

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenParserImplementation
 class CustomParserImpl
          An implementation of the model object 'Custom Parser'.
 class ExpressionLabelParserImpl
          An implementation of the model object 'Expression Label Parser'.
 class ExternalParserImpl
          An implementation of the model object 'External Parser'.
 class GenParserImplementationImpl
          An implementation of the model object 'Gen Parser Implementation'.
 class OclChoiceParserImpl
          An implementation of the model object 'Ocl Choice Parser'.
 class PredefinedEnumParserImpl
          An implementation of the model object 'Predefined Enum Parser'.
 class PredefinedParserImpl
          An implementation of the model object 'Predefined Parser'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenParserImplementation
protected  GenParserImplementation LabelModelFacetImpl.parser
          The cached value of the 'Parser' reference.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenParserImplementation
protected  org.eclipse.emf.common.util.EList<GenParserImplementation> GenParsersImpl.implementations
          The cached value of the 'Implementations' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenParserImplementation
 GenParserImplementation LabelModelFacetImpl.basicGetParser()
           
 GenParserImplementation LabelModelFacetImpl.getParser()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenParserImplementation
 org.eclipse.emf.common.util.EList<GenParserImplementation> GenParsersImpl.getImplementations()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenParserImplementation
 org.eclipse.emf.common.notify.NotificationChain LabelModelFacetImpl.basicSetParser(GenParserImplementation newParser, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LabelModelFacetImpl.setParser(GenParserImplementation newParser)
           
 

Uses of GenParserImplementation in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenParserImplementation
 T GMFGenSwitch.caseGenParserImplementation(GenParserImplementation object)
          Returns the result of interpreting the object as an instance of 'Gen Parser Implementation'.
 



Copyright © 2012. All Rights Reserved.