joeq.Compiler.Analysis.IPSSA
Class SSAValue.FormalIn

java.lang.Object
  extended by joeq.Compiler.Analysis.IPSSA.SSAValue
      extended by joeq.Compiler.Analysis.IPSSA.SSAValue.Phi
          extended by joeq.Compiler.Analysis.IPSSA.SSAValue.IPPhi
              extended by joeq.Compiler.Analysis.IPSSA.SSAValue.FormalIn
Enclosing class:
SSAValue

public static class SSAValue.FormalIn
extends SSAValue.IPPhi


Nested Class Summary
 
Nested classes/interfaces inherited from class joeq.Compiler.Analysis.IPSSA.SSAValue
SSAValue.ActualOut, SSAValue.Alloc, SSAValue.Constant, SSAValue.Copy, SSAValue.FormalIn, SSAValue.Gamma, SSAValue.IPPhi, SSAValue.Normal, SSAValue.NullConstant, SSAValue.OmegaPhi, SSAValue.Phi, SSAValue.Predicate, SSAValue.Predicated, SSAValue.SigmaPhi, SSAValue.Terminal, SSAValue.UnknownConstant, SSAValue.UseCollection
 
Field Summary
protected  Vector _callers
           
 
Fields inherited from class joeq.Compiler.Analysis.IPSSA.SSAValue.Phi
_definitions, _usedDefinitions
 
Fields inherited from class joeq.Compiler.Analysis.IPSSA.SSAValue
_destination
 
Method Summary
 String getLetter()
           
 boolean hasCallSite(Quad quad)
           
 String toString()
           
 
Methods inherited from class joeq.Compiler.Analysis.IPSSA.SSAValue.Phi
getDefinition, getDefinitionCount, getDefinitionIterator, getUsedDefinitionIterator
 
Methods inherited from class joeq.Compiler.Analysis.IPSSA.SSAValue
getDestination, getQuad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_callers

protected Vector _callers
Method Detail

getLetter

public String getLetter()
Specified by:
getLetter in class SSAValue.Phi

toString

public String toString()
Overrides:
toString in class SSAValue.Phi

hasCallSite

public boolean hasCallSite(Quad quad)


Copyright © 2001-2008 John Whaley. All Rights Reserved.