trait FieldAccessesDomain extends AnyRef
Interface related to the handling of field access instructions.
- Self Type
- FieldAccessesDomain with ValuesDomain
- Source
- FieldAccessesDomain.scala
- Alphabetic
- By Inheritance
- FieldAccessesDomain
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def getfield(pc: Int, objectref: (FieldAccessesDomain.this)#DomainValue, declaringClass: ClassType, name: String, fieldType: FieldType): Computation[(FieldAccessesDomain.this)#DomainValue, (FieldAccessesDomain.this)#ExceptionValue]
Returns the field's value and/or a new
NullPointerExceptionif the givenobjectrefrepresents the valuenull.Returns the field's value and/or a new
NullPointerExceptionif the givenobjectrefrepresents the valuenull.- returns
The field's value or a new
NullPointerException.
- abstract def getstatic(pc: Int, declaringClass: ClassType, name: String, fieldType: FieldType): Computation[(FieldAccessesDomain.this)#DomainValue, Nothing]
Returns the field's value.
- abstract def putfield(pc: Int, objectref: (FieldAccessesDomain.this)#DomainValue, value: (FieldAccessesDomain.this)#DomainValue, declaringClass: ClassType, name: String, fieldType: FieldType): Computation[Nothing, (FieldAccessesDomain.this)#ExceptionValue]
Sets the field's value if the given
objectrefis notnull(in the Domain).Sets the field's value if the given
objectrefis notnull(in the Domain). In the latter case aNullPointerExceptionis thrown. - abstract def putstatic(pc: Int, value: (FieldAccessesDomain.this)#DomainValue, declaringClass: ClassType, name: String, fieldType: FieldType): Computation[Nothing, Nothing]
Sets the field's value.
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated