Modifier and Type | Method and Description |
---|---|
Ast |
AbstractAstPostProcessor.process(AST ast) |
Modifier and Type | Method and Description |
---|---|
AST |
AbstractModuleEditor.adaptToAST(Object o) |
Modifier and Type | Field and Description |
---|---|
protected AST |
ASTHyperlink.targetAST |
Modifier and Type | Field and Description |
---|---|
protected HashMap<AST,org.eclipse.jface.text.IRegion> |
AbstractModuleEditorHyperlinkDetector.astRegions |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.jface.text.hyperlink.IHyperlink> |
AbstractModuleEditorHyperlinkDetector.createHyperlinks(AST ast) |
protected void |
AbstractModuleEditorHyperlinkDetector.findInterestingASTs(AST ast) |
Constructor and Description |
---|
ASTHyperlink(org.eclipse.jface.text.IRegion region,
AST targetAST,
String label) |
Modifier and Type | Field and Description |
---|---|
protected HashMap<AST,List<AST>> |
AstOutlinePage.childrenCache |
protected HashMap<AST,List<AST>> |
AstOutlinePage.childrenCache |
Modifier and Type | Method and Description |
---|---|
AST |
ModuleContentOutlinePage.toAst(Object o) |
Constructor and Description |
---|
IllegalExtensionException(String message,
AST ast) |
Modifier and Type | Method and Description |
---|---|
void |
EclipseExecutionController.control(AST ast,
IEolContext context) |
void |
EclipseExecutionController.done(AST ast,
IEolContext context) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.core.resources.IFile |
EclipseUtil.findIFile(AST ast) |
static void |
EclipseUtil.openEditorAt(AST ast) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModuleElement |
class |
Comment |
Modifier and Type | Method and Description |
---|---|
AST |
IModule.getAst() |
Modifier and Type | Field and Description |
---|---|
protected AST |
AST.annotations |
Modifier and Type | Field and Description |
---|---|
protected List<AST> |
AST.descendants |
Modifier and Type | Method and Description |
---|---|
AST |
EpsilonTreeAdaptor.create(org.antlr.runtime.Token token) |
AST |
AST.getAnnotationsAst() |
AST |
AST.getChild(int i) |
AST |
AST.getFirstChild() |
AST |
AST.getFourthChild() |
AST |
AST.getNextSibling() |
AST |
AST.getParent() |
AST |
AST.getSecondChild() |
AST |
AST.getThirdChild() |
AST |
AST.setAnnotationsAst(AST annotations) |
AST |
AST.setColumn(int column) |
AST |
AST.setFirstChild(AST child) |
AST |
AST.setImaginary(boolean imaginary) |
AST |
AST.setLine(int line) |
AST |
AST.setModule(IModule module) |
AST |
AST.setNextSibling(AST sibling) |
Modifier and Type | Method and Description |
---|---|
List<AST> |
AST.getChildren() |
List<AST> |
AST.getDescendants() |
Modifier and Type | Method and Description |
---|---|
protected void |
AST.collectDescendants(AST ast,
List<AST> descendants,
boolean addAst) |
AST |
AST.setAnnotationsAst(AST annotations) |
AST |
AST.setFirstChild(AST child) |
AST |
AST.setNextSibling(AST sibling) |
Modifier and Type | Method and Description |
---|---|
protected void |
AST.collectDescendants(AST ast,
List<AST> descendants,
boolean addAst) |
Constructor and Description |
---|
AST(org.antlr.runtime.Token token,
AST real) |
Modifier and Type | Method and Description |
---|---|
static AST |
AstUtil.getChild(AST parent,
int type) |
static AST |
AstUtil.getChildAt(AST parent,
int index) |
static AST |
AstUtil.getFirstConcreteChild(AST parent) |
Modifier and Type | Method and Description |
---|---|
static List<AST> |
AstUtil.getChildren(AST parent) |
static List<AST> |
AstUtil.getChildren(AST parent,
int... type) |
static List<AST> |
AstUtil.getChildrenBut(AST parent,
int type) |
Modifier and Type | Method and Description |
---|---|
static AST |
AstUtil.getChild(AST parent,
int type) |
static AST |
AstUtil.getChildAt(AST parent,
int index) |
static List<AST> |
AstUtil.getChildren(AST parent) |
static List<AST> |
AstUtil.getChildren(AST parent,
int... type) |
static List<AST> |
AstUtil.getChildrenBut(AST parent,
int type) |
static int |
AstUtil.getChildrenCount(AST parent) |
static AST |
AstUtil.getFirstConcreteChild(AST parent) |
static int |
AstUtil.getParentType(AST child) |
Modifier and Type | Class and Description |
---|---|
class |
EclModule |
Modifier and Type | Method and Description |
---|---|
AST |
EclModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
AST |
EclModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Class and Description |
---|---|
class |
MatchRule |
Modifier and Type | Method and Description |
---|---|
AST |
MatchRule.getSuperRulesAst() |
Modifier and Type | Method and Description |
---|---|
Object |
MatchesOperation.execute(Object source,
List<?> parameters,
IEolContext context_,
AST ast) |
Object |
DoMatchOperation.execute(Object source,
List<?> parameters,
IEolContext context_,
AST ast) |
Modifier and Type | Class and Description |
---|---|
class |
EgxModule |
Modifier and Type | Method and Description |
---|---|
AST |
EgxModule.adapt(AST cst,
AST parentAst) |
AST |
EglTemplateFactoryModuleAdapter.getAst() |
AST |
AbstractEglTemplate.getAst() |
Modifier and Type | Method and Description |
---|---|
AST |
EgxModule.adapt(AST cst,
AST parentAst) |
protected GenerationRule |
EgxModule.createGenerationRule(AST generationRuleAst)
Subclasses may override this method to change the implementation of
GenerationRule that is instantiated after parsing an EGX
program. |
Modifier and Type | Class and Description |
---|---|
class |
GenerationRule |
class |
TemplateOperation |
Modifier and Type | Method and Description |
---|---|
AST |
GenerationRule.getSuperRulesAst() |
Modifier and Type | Method and Description |
---|---|
AST |
EglEditor.adaptToAST(Object o) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EglModuleValidator.isEmptyPrintStatement(AST ast) |
Modifier and Type | Method and Description |
---|---|
void |
EglOutputBufferPrintExecutionListener.aboutToExecute(AST ast,
IEolContext context) |
void |
EglOutputBufferPrintExecutionListener.finishedExecuting(AST ast,
Object result,
IEolContext context) |
void |
EglOutputBufferPrintExecutionListener.finishedExecutingWithException(AST ast,
EolRuntimeException exception,
IEolContext context) |
protected boolean |
EglOutputBufferPrintExecutionListener.isCallToPrintMethod(AST p) |
Constructor and Description |
---|
EglRuntimeException(String reason,
AST ast) |
EglRuntimeException(String reason,
Throwable cause,
AST ast) |
EglStoppedException(AST ast) |
Modifier and Type | Method and Description |
---|---|
Object |
IncludeOperation.execute(Object source,
List<?> parameters,
IEolContext context,
AST ast) |
Modifier and Type | Class and Description |
---|---|
class |
EglModule
Used internally by
EglTemplateFactory and EglTemplate
to parse and execute EGL, by transforming to EOL. |
class |
EglPreprocessorModule |
Modifier and Type | Method and Description |
---|---|
AST |
EglPreprocessorModule.adapt(AST cst,
AST parentAst) |
AST |
EglModule.getAst() |
Modifier and Type | Method and Description |
---|---|
AST |
EglPreprocessorModule.adapt(AST cst,
AST parentAst) |
protected boolean |
EglPreprocessorModule.hasAnnotation(AST ast,
String name) |
boolean |
EglPreprocessorModule.preprocess(AST ast,
File sourceFile,
URI sourceUri) |
protected void |
EglPreprocessorModule.updateASTLocations(AST ast) |
Modifier and Type | Method and Description |
---|---|
AST |
EglSection.getAst() |
Modifier and Type | Method and Description |
---|---|
static EglSection |
EglSection.createFrom(AST ast) |
Constructor and Description |
---|
EglMarkerSection(AST ast) |
EglSection(AST ast) |
Modifier and Type | Method and Description |
---|---|
AST |
EglParser.getAST() |
Modifier and Type | Method and Description |
---|---|
String |
Preprocessor.convertToEol(AST ast) |
Modifier and Type | Method and Description |
---|---|
abstract Collection<SpreadsheetRow> |
SpreadsheetModel.find(Variable iterator,
AST ast,
IEolContext context) |
Collection<SpreadsheetRow> |
ConcreteModel.find(Variable iterator,
AST ast,
IEolContext context) |
Object |
SpreadsheetModel.findOne(Variable iterator,
AST ast,
IEolContext context) |
Modifier and Type | Method and Description |
---|---|
Collection<SpreadsheetRow> |
ExcelModel.find(Variable iterator,
AST ast,
IEolContext context) |
Modifier and Type | Method and Description |
---|---|
Collection<SpreadsheetRow> |
GSModel.find(Variable iterator,
AST ast,
IEolContext context) |
Modifier and Type | Class and Description |
---|---|
class |
EmlModule |
Modifier and Type | Method and Description |
---|---|
AST |
EmlModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
AST |
EmlModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Class and Description |
---|---|
class |
MergeRule |
Modifier and Type | Method and Description |
---|---|
AST |
MergeRule.getSuperRulesAst() |
Modifier and Type | Method and Description |
---|---|
Object |
EquivalentsOperation.execute(Object source,
List<?> parameters,
IEolContext context,
AST ast) |
Object |
EquivalentOperation.execute(Object source,
List<?> parameters,
IEolContext context,
AST ast) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModule |
class |
EolLibraryModule |
class |
EolModule |
Modifier and Type | Field and Description |
---|---|
protected AST |
AbstractModule.ast |
Modifier and Type | Method and Description |
---|---|
AST |
EolModule.adapt(AST cst,
AST parentAst) |
AST |
AbstractModule.adapt(AST cst,
AST parentAst) |
AST |
EolLibraryModule.adapt(AST cst,
AST parentAst) |
protected AST |
AbstractModule.createAst(AST cst,
AST parentAst) |
AST |
AbstractModule.getAst() |
AST |
EolLibraryModule.getAst() |
Modifier and Type | Method and Description |
---|---|
AST |
EolModule.adapt(AST cst,
AST parentAst) |
AST |
AbstractModule.adapt(AST cst,
AST parentAst) |
AST |
EolLibraryModule.adapt(AST cst,
AST parentAst) |
protected void |
AbstractModule.assignAnnotations(AST ast) |
protected void |
AbstractModule.assignComment(AST root,
org.antlr.runtime.CommonToken comment) |
protected void |
AbstractModule.assignComments(AST root,
List<org.antlr.runtime.CommonToken> comments) |
protected void |
EolLibraryModule.build(AST ast) |
protected AST |
AbstractModule.createAst(AST cst,
AST parentAst) |
Modifier and Type | Field and Description |
---|---|
protected AST |
ExecutableBlock.body |
Modifier and Type | Method and Description |
---|---|
AST |
ExecutableBlock.getBody() |
Modifier and Type | Method and Description |
---|---|
OperatorExpression |
OperatorExpressionFactory.createOperatorExpression(AST ast) |
protected Object |
ExecutableBlock.executeBlockOrExpressionAst(AST ast,
IEolContext context) |
protected AbstractOperation |
FeatureCallExpression.getAbstractOperation(Object target,
String name,
AST featureCallAst,
IModel owningModel,
IEolContext context) |
protected StatementBlock |
Statement.toStatementBlock(AST element) |
Modifier and Type | Method and Description |
---|---|
void |
EolDebugger.control(AST ast,
IEolContext context) |
void |
DebugExecutionController.control(AST ast,
IEolContext context) |
void |
EolDebugger.done(AST ast,
IEolContext context) |
void |
DebugExecutionController.done(AST ast,
IEolContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
EolEditorPropertyTemplateContributor.findProperties(AST root) |
protected void |
EolEditorTokenTemplateContributor.findTokens(AST root) |
Modifier and Type | Field and Description |
---|---|
protected AST |
EolRuntimeException.ast |
Modifier and Type | Method and Description |
---|---|
AST |
EolRuntimeExceptionReference.getAst() |
AST |
EolRuntimeException.getAst() |
Modifier and Type | Method and Description |
---|---|
void |
EolRuntimeExceptionReference.setAst(AST ast) |
void |
EolRuntimeException.setAst(AST ast) |
Constructor and Description |
---|
EolBreakException(AST ast,
boolean breaksAll) |
EolContinueException(AST ast,
IEolContext context) |
EolReturnException(AST ast,
Object returned) |
EolTerminationException(AST ast) |
Constructor and Description |
---|
EolInvalidMetaModelException(String modelName,
String metaModelName,
String actualMetaModelName,
AST ast) |
EolNotAModelElementException(AST ast,
Object instance,
IEolContext context) |
Modifier and Type | Field and Description |
---|---|
protected AST |
ExecutorFactory.activeAst |
Modifier and Type | Field and Description |
---|---|
protected Stack<AST> |
StackTraceManager.stackTrace |
Modifier and Type | Method and Description |
---|---|
AST |
ExecutorFactory.getActiveAst() |
Modifier and Type | Method and Description |
---|---|
List<AST> |
StackTraceManager.getStackTrace() |
Modifier and Type | Method and Description |
---|---|
void |
StackTraceManager.aboutToExecute(AST ast,
IEolContext context) |
abstract Object |
AbstractExecutor.execute(AST ast,
IEolContext context) |
Object |
ExecutorFactory.executeAST(AST ast,
IEolContext context) |
void |
StackTraceManager.finishedExecuting(AST ast,
Object result,
IEolContext context) |
void |
StackTraceManager.finishedExecutingWithException(AST ast,
EolRuntimeException exception,
IEolContext context) |
protected String |
StackTraceManager.toString(AST ast) |
Modifier and Type | Field and Description |
---|---|
protected AST |
AsyncStatementInstance.ast |
Modifier and Type | Method and Description |
---|---|
AST |
AsyncStatementInstance.getAst() |
AST |
SingleFrame.getCurrentStatement() |
AST |
Frame.getCurrentStatement() |
AST |
FrameStack.getCurrentStatement() |
AST |
SingleFrame.getEntryPoint() |
AST |
Frame.getEntryPoint() |
Modifier and Type | Method and Description |
---|---|
Frame |
FrameStack.enter(FrameType type,
AST entryPoint,
Variable... variables)
Deprecated.
Use
FrameStack.enterLocal(FrameType, AST, Variable...) instead.
This method will be removed from a future version of Epsilon. |
Frame |
FrameStack.enterGlobal(FrameType type,
AST entryPoint,
Variable... variables)
Enters a new global frame.
|
Frame |
FrameStack.enterLocal(FrameType type,
AST entryPoint,
Variable... variables)
Enters a new local frame.
|
void |
FrameStack.leave(AST entryPoint)
Deprecated.
Use
FrameStack.leaveLocal(AST) instead.
This method will be removed from a future version of Epsilon. |
void |
FrameStack.leave(AST entryPoint,
boolean dispose)
Deprecated.
Use
FrameStack.leaveLocal(AST, boolean) instead.
This method will be removed from a future version of Epsilon. |
void |
FrameStack.leaveGlobal(AST entryPoint)
Convenience method for
FrameStack.leaveGlobal(AST, boolean) which disposes of the
global stack frame that was left. |
void |
FrameStack.leaveGlobal(AST entryPoint,
boolean dispose)
Leaves the current global stack frame and returns to the previous frame
in the stack.
|
void |
FrameStack.leaveLocal(AST entryPoint)
Convenience method for
#leaveLocal(AST, boolean)) which disposes of the stack
frame that was left. |
void |
FrameStack.leaveLocal(AST entryPoint,
boolean dispose)
Leaves the current local frame and returns to the previous frame in the
stack.
|
void |
AsyncStatementInstance.setAst(AST ast) |
void |
SingleFrame.setCurrentStatement(AST ast) |
void |
Frame.setCurrentStatement(AST ast) |
void |
FrameStack.setCurrentStatement(AST ast) |
void |
SingleFrame.setEntryPoint(AST entryPoint) |
void |
Frame.setEntryPoint(AST entryPoint) |
Constructor and Description |
---|
SingleFrame(FrameType type,
AST entryPoint) |
SingleFrame(FrameType type,
AST entryPoint,
String label) |
Modifier and Type | Field and Description |
---|---|
protected HashMap<AST,Long> |
ExecutionProfiler.profile |
Modifier and Type | Method and Description |
---|---|
HashMap<AST,Long> |
ExecutionProfiler.getProfile() |
Modifier and Type | Method and Description |
---|---|
void |
IExecutionListener.aboutToExecute(AST ast,
IEolContext context) |
void |
DefaultExecutionController.control(AST ast,
IEolContext context) |
void |
ExecutionProfiler.control(AST ast,
IEolContext context) |
void |
ExecutionController.control(AST ast,
IEolContext context) |
void |
DefaultExecutionController.done(AST ast,
IEolContext context) |
void |
ExecutionProfiler.done(AST ast,
IEolContext context) |
void |
ExecutionController.done(AST ast,
IEolContext context) |
void |
IExecutionListener.finishedExecuting(AST ast,
Object result,
IEolContext context) |
void |
IExecutionListener.finishedExecutingWithException(AST ast,
EolRuntimeException exception,
IEolContext context) |
Modifier and Type | Field and Description |
---|---|
protected AST |
AbstractPropertySetter.ast |
protected AST |
AbstractPropertyGetter.ast |
Modifier and Type | Method and Description |
---|---|
AST |
AbstractPropertySetter.getAst() |
AST |
IPropertyGetter.getAst() |
AST |
IPropertySetter.getAst() |
AST |
AbstractPropertyGetter.getAst() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPropertySetter.setAst(AST ast) |
void |
IPropertyGetter.setAst(AST ast) |
void |
IPropertySetter.setAst(AST ast) |
void |
AbstractPropertyGetter.setAst(AST ast) |
Modifier and Type | Method and Description |
---|---|
Object |
ObjectMethod.execute(Object[] parameters,
AST ast) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyAccessExecutionListener.aboutToExecute(AST ast,
IEolContext context) |
void |
PropertyAccessExecutionListener.finishedExecuting(AST ast,
Object result,
IEolContext context) |
void |
PropertyAccessExecutionListener.finishedExecutingWithException(AST ast,
EolRuntimeException exception,
IEolContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
AsOperation.execute(Object source,
List<?> parameters,
IEolContext context,
AST ast) |
protected boolean |
AsOperation.isNameAst(AST ast) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
SimpleOperation.execute(Object source,
List<?> parameters,
IEolContext context,
AST ast) |
Modifier and Type | Method and Description |
---|---|
Object |
AssertOperation.execute(Object source,
List<?> parameters,
IEolContext context,
AST ast) |
Modifier and Type | Method and Description |
---|---|
Collection<?> |
ISearchableModel.find(Variable iterator,
AST ast,
IEolContext context) |
Object |
ISearchableModel.findOne(Variable iterator,
AST ast,
IEolContext context) |
Modifier and Type | Method and Description |
---|---|
void |
V2V3Comparator.compare(AST ast,
org.antlr.runtime.tree.Tree tree) |
Constructor and Description |
---|
OldAstViewer(AST ast) |
Constructor and Description |
---|
EolNativeType(AST classAst,
IEolContext context) |
Modifier and Type | Method and Description |
---|---|
static Object |
ReflectionUtil.executeMethod(Object obj,
Method method,
Object[] parameters,
AST ast) |
static boolean |
EolParserUtil.isOperationCall(AST ast) |
static boolean |
EolParserUtil.isPointOrArrow(AST ast) |
static boolean |
EolParserUtil.isProperty(AST ast) |
Modifier and Type | Class and Description |
---|---|
class |
EplModule |
Modifier and Type | Method and Description |
---|---|
AST |
EplModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
AST |
EplModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Class and Description |
---|---|
class |
Cardinality |
class |
Domain |
class |
Pattern |
class |
Role |
Modifier and Type | Field and Description |
---|---|
protected AST |
Pattern.doAst |
protected AST |
Pattern.matchAst |
protected AST |
Pattern.noMatchAst |
protected AST |
Pattern.onMatchAst |
protected AST |
Role.typeAst |
Modifier and Type | Method and Description |
---|---|
AST |
Pattern.getDoAst() |
AST |
Pattern.getMatchAst() |
AST |
Pattern.getNoMatchAst() |
AST |
Pattern.getOnMatchAst() |
Modifier and Type | Class and Description |
---|---|
class |
ErlModule |
Modifier and Type | Method and Description |
---|---|
AST |
ErlModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
AST |
ErlModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleNamedRule |
class |
NamedRule |
class |
Post |
class |
Pre |
Modifier and Type | Field and Description |
---|---|
protected AST |
NamedRule.body |
Modifier and Type | Method and Description |
---|---|
AST |
NamedRule.getBody() |
abstract AST |
ExtensibleNamedRule.getSuperRulesAst() |
Modifier and Type | Method and Description |
---|---|
AST |
ErlCircularRuleInheritanceException.getAst() |
Constructor and Description |
---|
ErlRuleNotFoundException(AST ast) |
Modifier and Type | Class and Description |
---|---|
class |
EtlModule |
Modifier and Type | Method and Description |
---|---|
AST |
EtlModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
AST |
EtlModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Class and Description |
---|---|
class |
EquivalentAssignmentStatement |
class |
TransformationRule |
Modifier and Type | Method and Description |
---|---|
AST |
TransformationRule.getSuperRulesAst() |
Modifier and Type | Method and Description |
---|---|
Object |
EquivalentsOperation.execute(Object source,
List<?> parameters,
IEolContext context,
AST ast) |
Object |
EquivalentOperation.execute(Object source,
List<?> parameters,
IEolContext context,
AST ast) |
Modifier and Type | Class and Description |
---|---|
class |
EUnitModule |
Modifier and Type | Class and Description |
---|---|
class |
EvlModule |
Modifier and Type | Method and Description |
---|---|
AST |
EvlModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
AST |
EvlModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Class and Description |
---|---|
class |
Constraint |
class |
ConstraintContext |
class |
Fix |
class |
GlobalConstraintContext |
Modifier and Type | Field and Description |
---|---|
protected AST |
ConstraintContext.typeAst |
Constructor and Description |
---|
EvlConstraintNotFoundException(String constraintName,
AST ast) |
Modifier and Type | Method and Description |
---|---|
Object |
SatisfiesOperation.execute(Object source,
List<?> parameters,
IEolContext context_,
AST ast) |
Modifier and Type | Class and Description |
---|---|
class |
EwlModule |
Modifier and Type | Method and Description |
---|---|
AST |
EwlModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
AST |
EwlModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Class and Description |
---|---|
class |
Wizard |
Modifier and Type | Class and Description |
---|---|
class |
FlockModule |
Modifier and Type | Method and Description |
---|---|
AST |
FlockModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
AST |
FlockModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
Object |
EquivalentOperation.execute(Object originalModelElement,
List<?> parameters,
IEolContext context,
AST ast) |
Modifier and Type | Class and Description |
---|---|
class |
ClassifierTypedConstruct |
class |
FlockConstruct |
class |
GuardedConstruct |
class |
PackageTypedConstruct |
Modifier and Type | Class and Description |
---|---|
class |
MigrateRule |
Modifier and Type | Class and Description |
---|---|
class |
Deletion |
class |
PackageDeletion |
class |
PackageRetyping |
class |
Retyping |
Modifier and Type | Class and Description |
---|---|
class |
HutnDocument |
class |
HutnModule |
Modifier and Type | Method and Description |
---|---|
AST |
HutnModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
AST |
HutnModule.adapt(AST cst,
AST parentAst) |
Modifier and Type | Method and Description |
---|---|
protected static AST |
HutnPostProcessorTest.buildAst(int type) |
protected static AST |
HutnPostProcessorTest.buildAst(int type,
String text) |
Modifier and Type | Method and Description |
---|---|
protected static ModelWithEolAssertions |
HutnPostProcessorTest.postProcessorTest(AST ast) |
Modifier and Type | Method and Description |
---|---|
void |
ProfilingExecutionListener.aboutToExecute(AST ast,
IEolContext context) |
void |
ProfilingExecutionListener.finishedExecuting(AST ast,
Object evaluatedAst,
IEolContext context) |
void |
ProfilingExecutionListener.finishedExecutingWithException(AST ast,
EolRuntimeException exception,
IEolContext context) |
protected String |
ProfilingExecutionListener.getLabel(AST ast) |
Copyright © 2016. All rights reserved.