Uses of Package
dev.civl.abc.transform.IF
Packages that use dev.civl.abc.transform.IF
Package
Description
Module program provides a high-level, mutable,
representation of a program.
Module transform defines various kinds of transformations
of an AST.
-
Classes in dev.civl.abc.transform.IF used by dev.civl.abc.program.IFClassDescriptionA
Transformeris a tool used to transform anASTin some way, or, more precisely, it provides a methodTransformer.transform(AST)which takes anASTand returns the transformedAST. -
Classes in dev.civl.abc.transform.IF used by dev.civl.abc.transform.IFClassDescriptionA
Transformeris a tool used to transform anASTin some way, or, more precisely, it provides a methodTransformer.transform(AST)which takes anASTand returns the transformedAST.