Record Class GN_GenerateNodesIntoSinkEnv

java.lang.Object
java.lang.Record
tripleo.elijah_durable_congenial.comp.notation.GN_GenerateNodesIntoSinkEnv
All Implemented Interfaces:
GN_Env

public record GN_GenerateNodesIntoSinkEnv(List<ProcessedNode> lgc, GenerateResultSink resultSink1, EIT_ModuleList moduleList, ElLog.Verbosity verbosity, Old_GenerateResult gr, IPipelineAccess pa, CompilationEnclosure ce) extends Record implements GN_Env
  • Constructor Details

    • GN_GenerateNodesIntoSinkEnv

      public GN_GenerateNodesIntoSinkEnv(List<ProcessedNode> lgc, GenerateResultSink resultSink1, EIT_ModuleList moduleList, ElLog.Verbosity verbosity, Old_GenerateResult gr, IPipelineAccess pa, CompilationEnclosure ce)
      Creates an instance of a GN_GenerateNodesIntoSinkEnv record class.
      Parameters:
      lgc - the value for the lgc record component
      resultSink1 - the value for the resultSink1 record component
      moduleList - the value for the moduleList record component
      verbosity - the value for the verbosity record component
      gr - the value for the gr record component
      pa - the value for the pa record component
      ce - the value for the ce record component
  • Method Details

    • getLang

      @Nullable public static @Nullable String getLang(@NotNull @NotNull OS_Module mod)
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • lgc

      public List<ProcessedNode> lgc()
      Returns the value of the lgc record component.
      Returns:
      the value of the lgc record component
    • resultSink1

      public GenerateResultSink resultSink1()
      Returns the value of the resultSink1 record component.
      Returns:
      the value of the resultSink1 record component
    • moduleList

      public EIT_ModuleList moduleList()
      Returns the value of the moduleList record component.
      Returns:
      the value of the moduleList record component
    • verbosity

      public ElLog.Verbosity verbosity()
      Returns the value of the verbosity record component.
      Returns:
      the value of the verbosity record component
    • gr

      public Old_GenerateResult gr()
      Returns the value of the gr record component.
      Returns:
      the value of the gr record component
    • pa

      public IPipelineAccess pa()
      Returns the value of the pa record component.
      Returns:
      the value of the pa record component
    • ce

      public CompilationEnclosure ce()
      Returns the value of the ce record component.
      Returns:
      the value of the ce record component