Class AtLiteralNode.TypeAndFn

  • Enclosing class:
    AtLiteralNode

    public static class AtLiteralNode.TypeAndFn
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String fnName  
      Type type  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeAndFn​(Type type, java.lang.String fnName)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • type

        public final Type type
      • fnName

        public final java.lang.String fnName
    • Constructor Detail

      • TypeAndFn

        public TypeAndFn​(Type type,
                         java.lang.String fnName)