| java.lang.Object de.uka.ilkd.key.pp.AbstractAsmPrinter
AbstractAsmPrinter | public class AbstractAsmPrinter (Code) | | Hack! The class
LogicPrinter contains the code for
printing formulas and terms, and restricts acccess to the low level
methods. But the
SeqentPrinter can only print terms, that
it knows. Because of the access limitations, it is not possible to
invoke these methodsfrom other packages.
This class wraps these methods and make them available public. This
class should only be used by the ASM term printer class.
author: Hubert Schmid |
AbstractAsmPrinter | protected AbstractAsmPrinter()(Code) | | |
|
|