Hierarchy For Package org.jfuncmachine.compiler.model.types

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.jfuncmachine.compiler.model.types.Field
    • org.jfuncmachine.compiler.model.types.FunctionType (implements org.jfuncmachine.compiler.model.types.Type)
    • org.jfuncmachine.compiler.model.types.ObjectType (implements org.jfuncmachine.compiler.model.types.Type)
    • org.jfuncmachine.compiler.model.types.SimpleTypes

Interface Hierarchy

  • org.jfuncmachine.compiler.model.types.Type

Record Class Hierarchy

  • java.lang.Object
    • java.lang.Record
      • org.jfuncmachine.compiler.model.types.ArrayType (implements org.jfuncmachine.compiler.model.types.Type)
      • org.jfuncmachine.compiler.model.types.BooleanType (implements org.jfuncmachine.compiler.model.types.Type)
      • org.jfuncmachine.compiler.model.types.ByteType (implements org.jfuncmachine.compiler.model.types.Type)
      • org.jfuncmachine.compiler.model.types.CharType (implements org.jfuncmachine.compiler.model.types.Type)
      • org.jfuncmachine.compiler.model.types.DoubleType (implements org.jfuncmachine.compiler.model.types.Type)
      • org.jfuncmachine.compiler.model.types.FloatType (implements org.jfuncmachine.compiler.model.types.Type)
      • org.jfuncmachine.compiler.model.types.IntType (implements org.jfuncmachine.compiler.model.types.Type)
      • org.jfuncmachine.compiler.model.types.LongType (implements org.jfuncmachine.compiler.model.types.Type)
      • org.jfuncmachine.compiler.model.types.ShortType (implements org.jfuncmachine.compiler.model.types.Type)
      • org.jfuncmachine.compiler.model.types.StringType (implements org.jfuncmachine.compiler.model.types.Type)
      • org.jfuncmachine.compiler.model.types.UnitType (implements org.jfuncmachine.compiler.model.types.Type)