Uses of Interface
spoon.reflect.eval.PartialEvaluator
Packages that use PartialEvaluator
Package
Description
This package defines all the sub-factories for the Spoon meta-model.
-
Uses of PartialEvaluator in spoon.reflect.factory
Methods in spoon.reflect.factory that return PartialEvaluatorModifier and TypeMethodDescriptionEvalFactory.createPartialEvaluator()
Creates a partial evaluator on the Spoon meta-model.Factory.createPartialEvaluator()
FactoryImpl.createPartialEvaluator()
-
Uses of PartialEvaluator in spoon.support.reflect.eval
Classes in spoon.support.reflect.eval that implement PartialEvaluatorModifier and TypeClassDescriptionclass
Simplifies an AST by performing all operations that are statically known and changes the AST accordingly (eg "0+1" -> "1") This visitor implements a simple partial evaluator for the program compile-time metamodel.Constructors in spoon.support.reflect.eval with parameters of type PartialEvaluator