Package com.strobel.decompiler.ast
Class LockInfo
java.lang.Object
com.strobel.decompiler.ast.LockInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
final Label
final Variable
final Expression
final Variable
final Expression
final Expression
final Expression
final int
-
Constructor Summary
ConstructorsConstructorDescriptionLockInfo
(Label leadingLabel, Expression lockAcquire) LockInfo
(Label leadingLabel, Expression lockInit, Expression lockStore, Expression lockStoreCopy, Expression lockAcquire) -
Method Summary
-
Field Details
-
leadingLabel
-
lockInit
-
lockStore
-
lockStoreCopy
-
lockAcquire
-
lock
-
lockCopy
-
operationCount
public final int operationCount -
isSimpleAcquire
public final boolean isSimpleAcquire
-
-
Constructor Details
-
LockInfo
LockInfo(Label leadingLabel, Expression lockAcquire) -
LockInfo
LockInfo(Label leadingLabel, Expression lockInit, Expression lockStore, Expression lockStoreCopy, Expression lockAcquire)
-
-
Method Details
-
getLockVariables
-