Uses of Interface
dev.civl.abc.transform.IF.Transformer
Packages that use Transformer
Package
Description
Module program provides a high-level, mutable,
representation of a program.
Module transform defines various kinds of transformations
of an AST.
-
Uses of Transformer in dev.civl.abc.program.IF
Methods in dev.civl.abc.program.IF with parameters of type TransformerModifier and TypeMethodDescriptionvoidProgram.apply(Transformer transformer) Transforms this program using the given Transformer.Method parameters in dev.civl.abc.program.IF with type arguments of type TransformerModifier and TypeMethodDescriptionvoidProgram.apply(Iterable<Transformer> transformers) Applies the given sequence of transformers to this program. -
Uses of Transformer in dev.civl.abc.transform.IF
Subinterfaces of Transformer in dev.civl.abc.transform.IFClasses in dev.civl.abc.transform.IF that implement TransformerMethods in dev.civl.abc.transform.IF that return TransformerModifier and TypeMethodDescriptionabstract TransformerTransformRecord.create(ASTFactory astFactory) static TransformerTransform.newTransformer(String code, ASTFactory astFactory) Produces a new transformer using the given AST Factory.