Interface SimpleInterpreter.ConstructRule

Enclosing class:
SimpleInterpreter<T>

public static interface SimpleInterpreter.ConstructRule
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object apply​(ConstructNode node, java.util.List<java.lang.Object> list)  
  • Method Details

    • apply

      java.lang.Object apply​(ConstructNode node, java.util.List<java.lang.Object> list)