Uses of Interface
spoon.reflect.eval.PartialEvaluator
Package
Description
This package defines all the sub-factories for the Spoon meta-model.
-
Uses of PartialEvaluator in spoon.reflect.factory
Modifier and TypeMethodDescriptionEvalFactory.createPartialEvaluator()
Creates a partial evaluator on the Spoon meta-model.Factory.createPartialEvaluator()
FactoryImpl.createPartialEvaluator()
-
Uses of PartialEvaluator in spoon.support.reflect.eval
Modifier 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.