Select Git revision
BAstCreator.java
-
Jan Gruteser authored
- use ClassicalPositionPrinter for print of position informations in TlaTypePrinter - get rid of PrologPrinter by using RecursiveMachineLoader.printAsProlog with TlaTypePrinter
Jan Gruteser authored- use ClassicalPositionPrinter for print of position informations in TlaTypePrinter - get rid of PrologPrinter by using RecursiveMachineLoader.printAsProlog with TlaTypePrinter
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
TLA2BException.java 140 B
package de.tla2b.exceptions;
public abstract class TLA2BException extends Exception {
public TLA2BException(String e) {
super(e);
}
}