Uses of Interface
dev.civl.abc.program.IF.Program
Packages that use Program
Package
Description
Module program provides a high-level, mutable,
representation of a program.
-
Uses of Program in dev.civl.abc.program.IF
Methods in dev.civl.abc.program.IF that return ProgramModifier and TypeMethodDescriptionProgramFactory.newProgram(AST ast) Forms a new program from the given AST.ProgramFactory.newProgram(AST[] asts) Forms a new program by merging the given ASTs.