Uses of Class
org.eclipse.epsilon.egl.dom.GenerationRule
Packages that use GenerationRule
Package
Description
-
Uses of GenerationRule in org.eclipse.epsilon.egl
Fields in org.eclipse.epsilon.egl with type parameters of type GenerationRuleModifier and TypeFieldDescriptionprotected NamedRuleList<GenerationRule>EgxModule.declaredGenerationRulesprotected NamedRuleList<GenerationRule>EgxModule.generationRulesMethods in org.eclipse.epsilon.egl that return GenerationRuleModifier and TypeMethodDescriptionprotected GenerationRuleEgxModule.createGenerationRule(AST generationRuleAst) Subclasses may override this method to change the implementation ofGenerationRulethat is instantiated after parsing an EGX program.Methods in org.eclipse.epsilon.egl that return types with arguments of type GenerationRuleModifier and TypeMethodDescriptionEgxModule.getDeclaredGenerationRules()IEgxModule.getDeclaredGenerationRules()EgxModule.getGenerationRules()IEgxModule.getGenerationRules() -
Uses of GenerationRule in org.eclipse.epsilon.egl.dom
Methods in org.eclipse.epsilon.egl.dom with parameters of type GenerationRule -
Uses of GenerationRule in org.eclipse.epsilon.egl.execute.atoms
Constructors in org.eclipse.epsilon.egl.execute.atoms with parameters of type GenerationRuleModifierConstructorDescriptionGenerationRuleAtom(GenerationRule construct, Object modelElement) GenerationRuleAtom(GenerationRule construct, Object modelElement, IEgxContext context) -
Uses of GenerationRule in org.eclipse.epsilon.egl.parse
Methods in org.eclipse.epsilon.egl.parse with parameters of type GenerationRule -
Uses of GenerationRule in org.eclipse.epsilon.picto
Subclasses of GenerationRule in org.eclipse.epsilon.picto