Class IRFieldDecl


public class IRFieldDecl extends IRStatement
  • Field Details

    • _modifiers

      private int _modifiers
    • _name

      private String _name
    • _type

      private IRType _type
    • _value

      private Object _value
    • _explicitInternal

      private boolean _explicitInternal
    • _annotations

      private List<IRAnnotation> _annotations
    • _genericSignature

      private String _genericSignature
  • Constructor Details

    • IRFieldDecl

      public IRFieldDecl(int modifiers, boolean explicitInternal, String name, IRType type, IType iType, Object value)
    • IRFieldDecl

      public IRFieldDecl(int modifiers, boolean explicitInternal, String name, IRType type, Object value)
  • Method Details