Uses of Class
mepk.kernel.Abbreviation
Packages that use Abbreviation
Package
Description
This package implements extensions on top of the
mepk.kernel.This package contains internal implementations for the concepts in the
mepk.builtin package.This package implements the trusted kernel of MEPK.
This package contains utilities which are necessary for the kernel,
but which are also useful outside of it.
-
Uses of Abbreviation in mepk.builtin
Methods in mepk.builtin that return types with arguments of type AbbreviationModifier and TypeMethodDescriptionTrustedProof.getAbbreviations()TrustedProof.Internal.getAbbreviations()Return the abbreviations used by this proof. -
Uses of Abbreviation in mepk.builtin.internal
Methods in mepk.builtin.internal that return types with arguments of type AbbreviationModifier and TypeMethodDescriptionParProof.getAbbreviations()SeqProof.getAbbreviations()TrivialProof.getAbbreviations() -
Uses of Abbreviation in mepk.kernel
Methods in mepk.kernel that return types with arguments of type AbbreviationModifier and TypeMethodDescriptionabstract Map<String,Abbreviation> Proof.getAbbreviations()Return the abbreviations used by this proof.ProofStep.getAbbreviations()Methods in mepk.kernel with parameters of type AbbreviationModifier and TypeMethodDescriptionApp.expand(Abbreviation abbreviation, StatementAbbrExpState accu, Expression.Internal.Wrapper wrapper) Expression.expand(Abbreviation abbreviation, StatementAbbrExpState accu) Create a new expression by expanding all instances of the given abbreviation, and collect all conditions in accu.Expression.Internal.expand(Abbreviation abbreviation, StatementAbbrExpState accu, Expression.Internal.Wrapper wrapper) Create a new expression by expanding all instances of the given abbreviation, and collect all conditions in accu.Statement.expand(Abbreviation abbreviation) Expand this statement by applying the given abbreviation.Var.expand(Abbreviation abbreviation, StatementAbbrExpState accu, Expression.Internal.Wrapper wrapper) -
Uses of Abbreviation in mepk.kernel.util
Methods in mepk.kernel.util that return types with arguments of type AbbreviationModifier and TypeMethodDescriptionExpandedAbbreviationsProof.getAbbreviations()TrivialProof.getAbbreviations()