|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.unisaarland.cs.st.jerify.verifier.alias.AliasAnalysisSource
de.unisaarland.cs.st.jerify.verifier.alias.AliasAnalysisSourceVar
public class AliasAnalysisSourceVar
Represents all Sources which are uses of an variable. It will ask the handle for that variable for its aliasIDs and will return those.
| Constructor Summary | |
|---|---|
AliasAnalysisSourceVar(AliasAnalysisVarHandle handle)
Constructs a new Source based on an alias variable handle. |
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.Integer> |
generateAliasIDs()
Asks the alias handle which aliasIDs it represents and returns those. |
AliasAnalysisVarHandle |
getHandle()
Returns the handle this Source represents. |
boolean |
isField()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AliasAnalysisSourceVar(AliasAnalysisVarHandle handle)
handle - | Method Detail |
|---|
public java.util.Set<java.lang.Integer> generateAliasIDs()
generateAliasIDs in class AliasAnalysisSourcepublic AliasAnalysisVarHandle getHandle()
public boolean isField()
isField in class AliasAnalysisSourcepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||