Class StaticFieldExpr

All Implemented Interfaces:
Cloneable

public class StaticFieldExpr extends Value.E0Expr
Represent a StaticField expression
See Also:
  • Field Details

    • name

      public String name
      Field name
    • owner

      public String owner
      Field owner type
    • type

      public String type
      Field type
  • Constructor Details

    • StaticFieldExpr

      public StaticFieldExpr(String ownerType, String fieldName, String fieldType)
  • Method Details