Class FieldFlow<E extends ISSABasicBlock>
java.lang.Object
org.scandroid.flow.types.FlowType<E>
org.scandroid.flow.types.FieldFlow<E>
A flow to or from a field. The associated block represents either the location of the get or put
instruction, or the entry or exit block of a method which is reading or writing the field. In the
former case, the associate field is redundant, but potentially convenient. In the latter case,
it's necessary.
- Author:
- atomb
-
Nested Class Summary
Nested classes/interfaces inherited from class org.scandroid.flow.types.FlowType
FlowType.FlowTypeVisitor<E extends ISSABasicBlock,
R> -
Constructor Summary
-
Method Summary
-
Constructor Details
-
FieldFlow
-
-
Method Details
-
toString
- Overrides:
toString
in classFlowType<E extends ISSABasicBlock>
-
descString
- Overrides:
descString
in classFlowType<E extends ISSABasicBlock>
-
getField
-
hashCode
public int hashCode()- Overrides:
hashCode
in classFlowType<E extends ISSABasicBlock>
-
equals
- Overrides:
equals
in classFlowType<E extends ISSABasicBlock>
-
visit
- Specified by:
visit
in classFlowType<E extends ISSABasicBlock>
-