coins.backend.gen
インタフェース State


interface State

Interface for state.


メソッドの概要
 void label(LirNode t, State k0, State k1, State k2, State k3)
          Fill this state for node t.
 Rule ruleFor(int goal)
          Return production rule object.
 

メソッドの詳細

label

public void label(LirNode t,
                  State k0,
                  State k1,
                  State k2,
                  State k3)
Fill this state for node t.


ruleFor

public Rule ruleFor(int goal)
Return production rule object.