Tabnine Logo
FindK
Code IndexAdd Tabnine to your IDE (free)

How to use
FindK
in
org.kframework.kore

Best Java code snippets using org.kframework.kore.FindK (Showing top 4 results out of 315)

origin: kframework/k

  @Override
  public scala.collection.Set<K> apply(KVariable k) {
    if (k.name().equals("HOLE")) {
      return org.kframework.Collections.Set(k);
    } else {
      return super.apply(k);
    }
  }
}.apply(body).size();
origin: kframework/k

  @Override
  public scala.collection.Set<K> apply(KRewrite k) {
    return this.merge(org.kframework.Collections.Set(k), super.apply(k));
  }
}.apply(body).size();
origin: kframework/k

  public scala.collection.Set<K> apply(KApply k) {
    if (k.klabel().name().equals("#RESTORE_CONFIGURATION"))
      return org.kframework.Collections.Set(k.klist().items().get(0));
    else
      return super.apply(k);
  }
}.apply(theNew).head();
origin: kframework/k

  public scala.collection.Set<K> apply(KApply k) {
    if (k.klabel().name().equals(Strategy.strategyCellName()))
      return org.kframework.Collections.Set(k);
    else
      return super.apply(k);
  }
}.apply(theNew).head();
org.kframework.koreFindK

Javadoc

Finds all patterns described by the visitor

Most used methods

  • apply

Popular in Java

  • Reading from database using SQL prepared statement
  • putExtra (Intent)
  • runOnUiThread (Activity)
  • getResourceAsStream (ClassLoader)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Kernel (java.awt.image)
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now