Class FreeVariables.Variable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      private javax.lang.model.type.DeclaredType type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Variable​(javax.lang.model.type.DeclaredType type, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <X> X variable​(FreeVariable.Case<X> variable)  
      • Methods inherited from class java.lang.Object

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

      • type

        private final javax.lang.model.type.DeclaredType type
      • name

        private final java.lang.String name
    • Constructor Detail

      • Variable

        Variable​(javax.lang.model.type.DeclaredType type,
                 java.lang.String name)