java.lang.Object
daomephsta.unpick.constantmappers.datadriven.tree.expr.Expression
daomephsta.unpick.constantmappers.datadriven.tree.expr.FieldExpression

public final class FieldExpression extends Expression
  • Field Details

    • className

      public final String className
    • fieldName

      @Nullable public final @Nullable String fieldName
    • fieldType

      @Nullable public final @Nullable DataType fieldType
    • isStatic

      public final boolean isStatic
  • Constructor Details

    • FieldExpression

      public FieldExpression(String className, @Nullable @Nullable String fieldName, @Nullable @Nullable DataType fieldType, boolean isStatic)
  • Method Details