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: ObjectType, name: String, fieldType: FieldType): Computation[(FieldAccessesDomain.this)#DomainValue, (FieldAccessesDomain.this)#ExceptionValue]
Returns the field's value and/or a new
NullPointerException
if the givenobjectref
represents the valuenull
.Returns the field's value and/or a new
NullPointerException
if the givenobjectref
represents the valuenull
.- returns
The field's value or a new
NullPointerException
.
- abstract def getstatic(pc: Int, declaringClass: ObjectType, 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: ObjectType, name: String, fieldType: FieldType): Computation[Nothing, (FieldAccessesDomain.this)#ExceptionValue]
Sets the field's value if the given
objectref
is notnull
(in the Domain).Sets the field's value if the given
objectref
is notnull
(in the Domain). In the latter case aNullPointerException
is thrown. - abstract def putstatic(pc: Int, value: (FieldAccessesDomain.this)#DomainValue, declaringClass: ObjectType, 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