Interface SleighUtils.ParseFunction<T>

Type Parameters:
T - the return type
Enclosing class:
SleighUtils

public static interface SleighUtils.ParseFunction<T>
A function representing a non-terminal in the Sleigh semantic grammar
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • apply

      T apply(SleighParser parser) throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException