Class UserClassInfo.FieldInfo

java.lang.Object
EDU.purdue.jtb.common.UserClassInfo.FieldInfo
Enclosing class:
UserClassInfo

public class UserClassInfo.FieldInfo extends Object
Holds the information for a field (representing a node's child).
Since:
1.5.0
  • Field Details

    • type

      public String type
      The field type (without prefix / suffix)
    • fixedType

      public String fixedType
      The field type (including prefix / suffix)
    • name

      public String name
      The field name
  • Constructor Details

    • FieldInfo

      public FieldInfo()