Class FunctionInitializer.ParseContext

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T get​(java.lang.Class<T> type)
      Get.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public final <T> T get​(java.lang.Class<T> type)
        Get.
        Type Parameters:
        T - generic return type
        Parameters:
        type - type
        Returns:
        Type