Package com.ibm.wala.ipa.slicer
Class MethodEntryStatement
- java.lang.Object
-
- com.ibm.wala.ipa.slicer.Statement
-
- com.ibm.wala.ipa.slicer.MethodEntryStatement
-
public class MethodEntryStatement extends Statement
A statement representing method entry, used for managing control dependence.This is also used as a dummy entry for starting propagation to a seed statement.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.Statement
Statement.Kind
-
-
Constructor Summary
Constructors Constructor Description MethodEntryStatement(CGNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Statement.Kind
getKind()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
MethodEntryStatement
public MethodEntryStatement(CGNode node)
-
-
Method Detail
-
getKind
public Statement.Kind getKind()
-
-