trait TypeLevelFieldAccessInstructions extends FieldAccessesDomain
Implements the handling of field access instructions at the type level.
(Linkage related exceptions are currently generally ignored.)
- Self Type
- TypeLevelFieldAccessInstructions with ReferenceValuesDomain with TypedValuesFactory with Configuration
- Source
- TypeLevelFieldAccessInstructions.scala
- Alphabetic
- By Inheritance
- TypeLevelFieldAccessInstructions
- FieldAccessesDomain
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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()
- def doGetfield(pc: Int, objectref: (TypeLevelFieldAccessInstructions.this)#DomainValue, fieldValue: (TypeLevelFieldAccessInstructions.this)#DomainValue): Computation[(TypeLevelFieldAccessInstructions.this)#DomainValue, (TypeLevelFieldAccessInstructions.this)#ExceptionValue]
- def doGetstatic(pc: Int, fieldValue: (TypeLevelFieldAccessInstructions.this)#DomainValue): Computation[(TypeLevelFieldAccessInstructions.this)#DomainValue, Nothing]
- 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 getfield(pc: Int, objectref: (TypeLevelFieldAccessInstructions.this)#DomainValue, declaringClass: ClassType, fieldName: String, fieldType: FieldType): Computation[(TypeLevelFieldAccessInstructions.this)#DomainValue, (TypeLevelFieldAccessInstructions.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.
- Definition Classes
- TypeLevelFieldAccessInstructions → FieldAccessesDomain
- def getstatic(pc: Int, declaringClass: ClassType, fieldName: String, fieldType: FieldType): Computation[(TypeLevelFieldAccessInstructions.this)#DomainValue, Nothing]
Returns the field's value.
Returns the field's value.
- Definition Classes
- TypeLevelFieldAccessInstructions → FieldAccessesDomain
- 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()
- def putfield(pc: Int, objectref: (TypeLevelFieldAccessInstructions.this)#DomainValue, value: (TypeLevelFieldAccessInstructions.this)#DomainValue, declaringClass: ClassType, fieldName: String, fieldType: FieldType): Computation[Nothing, (TypeLevelFieldAccessInstructions.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.- Definition Classes
- TypeLevelFieldAccessInstructions → FieldAccessesDomain
- def putstatic(pc: Int, value: (TypeLevelFieldAccessInstructions.this)#DomainValue, declaringClass: ClassType, fieldName: String, fieldType: FieldType): Computation[Nothing, Nothing]
Sets the field's value.
Sets the field's value.
- Definition Classes
- TypeLevelFieldAccessInstructions → FieldAccessesDomain
- 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