Class Puffin.Context<G,F>

java.lang.Object
org.apache.calcite.util.Puffin.Context<G,F>
Type Parameters:
G - Type of state that is created when we start processing
F - Type of state that is created when we start processing a file
Enclosing class:
Puffin

public static class Puffin.Context<G,F> extends Object
Context for executing a Puffin program within a given file.
  • Method Details

    • state

      public F state()
    • globalState

      public G globalState()
    • println

      public void println(String s)