Uses of Interface
net.ssehub.easy.instantiation.core.model.expressions.ITracer
-
Packages that use ITracer Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.common Implements the common language elements.net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.instantiation.core.model.templateModel The template language model.net.ssehub.easy.instantiation.core.model.tracing Common tracing functionality.net.ssehub.easy.producer.ui.core.instantiation Classes for connecting instantiation output to the GUI. -
-
Uses of ITracer in net.ssehub.easy.instantiation.core.model.buildlangModel
Subinterfaces of ITracer in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Interface Description interfaceITracerA simple tracer interface providing test support to the execution part.Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement ITracer Modifier and Type Class Description classNoTracerImplements a no-action execution tracer.classStreamTracerImplements a simple stream-based execution tracer. -
Uses of ITracer in net.ssehub.easy.instantiation.core.model.common
Subinterfaces of ITracer in net.ssehub.easy.instantiation.core.model.common Modifier and Type Interface Description interfaceITracerA simple tracer interface providing test support to the execution part.Classes in net.ssehub.easy.instantiation.core.model.common that implement ITracer Modifier and Type Class Description classNoTracerImplements a no-action execution tracer.classStreamTracerImplements a simple stream-based execution tracer. -
Uses of ITracer in net.ssehub.easy.instantiation.core.model.expressions
Classes in net.ssehub.easy.instantiation.core.model.expressions that implement ITracer Modifier and Type Class Description classAbstractTracerBaseAn abstract base tracer implementation storing the actual locale.classNoTracerImplements a tracer which does noting.classStreamTracerImplements a simple stream-based execution tracer.Fields in net.ssehub.easy.instantiation.core.model.expressions declared as ITracer Modifier and Type Field Description static ITracerNoTracer. INSTANCEprivate ITracerEvaluationVisitor. tracerConstructors in net.ssehub.easy.instantiation.core.model.expressions with parameters of type ITracer Constructor Description EvaluationVisitor(IRuntimeEnvironment environment, ITracer tracer)Creates a new evaluation visitor. -
Uses of ITracer in net.ssehub.easy.instantiation.core.model.templateModel
Subinterfaces of ITracer in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Interface Description interfaceITracerA simple tracer interface providing test support to the execution part.Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement ITracer Modifier and Type Class Description classNoTracerImplements a no-action execution tracer.classStreamTracerImplements a simple stream-based execution tracer. -
Uses of ITracer in net.ssehub.easy.instantiation.core.model.tracing
Classes in net.ssehub.easy.instantiation.core.model.tracing that implement ITracer Modifier and Type Class Description classAbstractVilTracerImplements a combined tracer for VIL and VTL with common indentation.classStreamVilTracerImplements the VIL tracer for print streams. -
Uses of ITracer in net.ssehub.easy.producer.ui.core.instantiation
Classes in net.ssehub.easy.producer.ui.core.instantiation that implement ITracer Modifier and Type Class Description classVilTracerImplements a combined tracer for VIL and VTL with common indentation.
-