org.eclipse.epsilon.erl
Interface IErlModule

All Superinterfaces:
IEolExecutableModule, IEolLibraryModule, IModule, ModuleElement
All Known Subinterfaces:
IEclModule, IEtlModule, IEvlModule
All Known Implementing Classes:
EclModule, EgxModule, EmlModule, EplModule, ErlModule, EtlModule, EvlModule, FlockModule

public interface IErlModule
extends IEolExecutableModule


Method Summary
 NamedRules getDeclaredPost()
           
 NamedRules getDeclaredPre()
           
 NamedRules getPost()
           
 NamedRules getPre()
           
 
Methods inherited from interface org.eclipse.epsilon.eol.IEolExecutableModule
execute
 
Methods inherited from interface org.eclipse.epsilon.eol.IEolLibraryModule
getContext, getDeclaredModelDefinitions, getDeclaredModelGroupDefinitions, getDeclaredOperations, getImports, getModelDefinitions, getModelGroupDefinitions, getOperationFactory, getOperations, getParentModule, getParseProblems, setContext, setOperationFactory, setParentModule
 
Methods inherited from interface org.eclipse.epsilon.common.module.IModule
buildModel, getSourceUri, parse, parse, parse, parse, reset
 
Methods inherited from interface org.eclipse.epsilon.common.module.ModuleElement
getAst, getChildren
 

Method Detail

getPre

NamedRules getPre()

getPost

NamedRules getPost()

getDeclaredPre

NamedRules getDeclaredPre()

getDeclaredPost

NamedRules getDeclaredPost()