Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sarah.grebing
ProofScriptParser
Commits
7601598a
Commit
7601598a
authored
Feb 14, 2018
by
Sarah Grebing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documentation
parent
5d51a439
Pipeline
#18659
failed with stages
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
ui/src/main/java/edu/kit/iti/formal/psdbg/gui/controls/Utils.java
...ain/java/edu/kit/iti/formal/psdbg/gui/controls/Utils.java
+12
-0
No files found.
ui/src/main/java/edu/kit/iti/formal/psdbg/gui/controls/Utils.java
View file @
7601598a
...
...
@@ -321,11 +321,23 @@ public class Utils {
System
.
err
.
println
(
s
);
}
/**
* Prints a KeY-parsable String representation of a term
* @param term to print
* @param goal containing namespaces
* @return
*/
public
static
String
printParsableTerm
(
Term
term
,
Goal
goal
){
Services
services
=
goal
.
proof
().
getInitConfig
().
getServices
();
return
printParsableTerm
(
term
,
services
);
}
/**
* Prints a KeY-parsable String representation of a term
* @param term to print
* @param services object containing namespaces
* @return
*/
public
static
String
printParsableTerm
(
Term
term
,
Services
services
)
{
NotationInfo
ni
=
new
NotationInfo
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment