Class LockInfo
java.lang.Object
com.strobel.decompiler.ast.LockInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal Labelfinal Variablefinal Expressionfinal Variablefinal Expressionfinal Expressionfinal Expressionfinal 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
-