java.lang.Object
edu.university.ecs.lab.common.models.ir.Node
edu.university.ecs.lab.common.models.ir.Field
All Implemented Interfaces:
JsonSerializable

public class Field extends Node
Represents a field attribute in a Java class or in our case a JClass.
  • Field Details

    • type

      private String type
      Java class type of the class variable e.g. String
  • Constructor Details

  • Method Details