Class BugCollection.BugInstance.LocalVariable

  • Enclosing class:
    BugCollection.BugInstance

    public static class BugCollection.BugInstance.LocalVariable
    extends java.lang.Object

    Java class for anonymous complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{}Message" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="register" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
           <attribute name="pc" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String message  
      protected java.lang.String name  
      protected int pc  
      protected short register  
      protected java.lang.String role  
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalVariable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      Gets the value of the message property.
      java.lang.String getName()
      Gets the value of the name property.
      int getPc()
      Gets the value of the pc property.
      short getRegister()
      Gets the value of the register property.
      java.lang.String getRole()
      Gets the value of the role property.
      void setMessage​(java.lang.String value)
      Sets the value of the message property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setPc​(int value)
      Sets the value of the pc property.
      void setRegister​(short value)
      Sets the value of the register property.
      void setRole​(java.lang.String value)
      Sets the value of the role property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • message

        protected java.lang.String message
      • name

        protected java.lang.String name
      • register

        protected short register
      • pc

        protected int pc
      • role

        protected java.lang.String role
    • Constructor Detail

      • LocalVariable

        public LocalVariable()
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(java.lang.String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getRegister

        public short getRegister()
        Gets the value of the register property.
      • setRegister

        public void setRegister​(short value)
        Sets the value of the register property.
      • getPc

        public int getPc()
        Gets the value of the pc property.
      • setPc

        public void setPc​(int value)
        Sets the value of the pc property.
      • getRole

        public java.lang.String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(java.lang.String value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is String