java.lang.Object
org.jfuncmachine.compiler.model.types.Field

public class Field extends Object
A method field
  • Field Details

    • name

      public final String name
      The name of the field
    • type

      public final Type type
      The type of the field
  • Constructor Details

    • Field

      public Field(String name, Type type)
      Create a new field
      Parameters:
      name - The name of the field
      type - The type of the field
  • Method Details