All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.tum.cs.isabelle.japi.Operations Maven / Gradle / Ivy

There is a newer version: 1.1.0-RC3
Show newest version
package edu.tum.cs.isabelle.japi;

import edu.tum.cs.isabelle.*;

public class Operations {

  private Operations() {}

  public static  Operation fromCodecs(String name, Codec enc, Codec dec) {
    return Operation$.MODULE$.simple(name, enc, dec);
  }

  public static final Operation HELLO =
    Operation$.MODULE$.Hello();

  public static final Operation, Void> useThys(MarkupProcessor processor) {
    return Operation$.MODULE$.UseThys_Java(processor);
  }

  public static final Operation, Void> USE_THYS =
    useThys(MarkupProcessor.NULL_PROCESSOR);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy