Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

InExpr Class Reference

Inheritance diagram for InExpr:
[legend]
Collaboration diagram for InExpr:
[legend]
List of all members.

Public Methods

 InExpr (ca.mcgill.sable.soot.jimple.Value op1, ca.mcgill.sable.util.Set op2)
 InExpr (ca.mcgill.sable.soot.jimple.Value op1, Vector op2)
void apply (ca.mcgill.sable.util.Switch sw)
ca mcgill sable soot jimple
Value 
getOp1 ()
ca mcgill sable soot jimple
ValueBox 
getOp1Box ()
ca mcgill sable soot jimple
Value 
getOp2 ()
ca mcgill sable soot jimple
ValueBox 
getOp2Box ()
ca mcgill sable util Set getSet ()
String getSymbol ()
ca mcgill sable soot Type getType ()
ca mcgill sable util List getUseBoxes ()
void setOp1 (ca.mcgill.sable.soot.jimple.Value op1)
void setOp2 (ca.mcgill.sable.soot.jimple.Value op2)
void setOp2 (ca.mcgill.sable.util.Set s)
String toBriefString ()
String toString ()

Protected Attributes

ca mcgill sable soot jimple
ValueBox 
op1Box
ca mcgill sable util Set op2

Detailed Description

This class was made to be used as a Jimple expression but it might not stand up under some analyses because the op2 does not return an expression but a set instead. If this becomes a problem, email me at laubach@acm.org and I can update the code.

Definition at line 45 of file InExpr.java.


Constructor & Destructor Documentation

InExpr::InExpr ca.mcgill.sable.soot.jimple.Value   op1,
ca.mcgill.sable.util.Set   op2
[inline]
 

InExpr constructor comment.

Definition at line 51 of file InExpr.java.

InExpr::InExpr ca.mcgill.sable.soot.jimple.Value   op1,
Vector   op2
[inline]
 

InExpr constructor comment.

Definition at line 59 of file InExpr.java.


Member Function Documentation

void InExpr::apply ca.mcgill.sable.util.Switch   sw [inline]
 

apply method comment.

Definition at line 69 of file InExpr.java.

ca mcgill sable soot jimple Value InExpr::getOp1   [inline]
 

getOp1 method comment.

Definition at line 75 of file InExpr.java.

Referenced by ExprExtractor::caseInExpr().

ca mcgill sable soot jimple ValueBox InExpr::getOp1Box   [inline]
 

getOp1Box method comment.

Definition at line 81 of file InExpr.java.

ca mcgill sable soot jimple Value InExpr::getOp2   [inline]
 

getOp2 method comment.

Definition at line 87 of file InExpr.java.

ca mcgill sable soot jimple ValueBox InExpr::getOp2Box   [inline]
 

getOp2Box method comment.

Definition at line 93 of file InExpr.java.

ca mcgill sable util Set InExpr::getSet   [inline]
 

This method was created in VisualAge.

Returns:
Set

Definition at line 100 of file InExpr.java.

Referenced by ExprExtractor::caseInExpr().

String InExpr::getSymbol   [inline]
 

getSymbol method comment.

Definition at line 106 of file InExpr.java.

ca mcgill sable soot Type InExpr::getType   [inline]
 

getType method comment.

Reimplemented from Expr.

Definition at line 112 of file InExpr.java.

ca mcgill sable util List InExpr::getUseBoxes   [inline]
 

getUseBoxes method comment.

Definition at line 118 of file InExpr.java.

void InExpr::setOp1 ca.mcgill.sable.soot.jimple.Value   op1 [inline]
 

setOp1 method comment.

Definition at line 129 of file InExpr.java.

void InExpr::setOp2 ca.mcgill.sable.util.Set   s [inline]
 

This method was created in VisualAge.

Parameters:
s   Set

Definition at line 141 of file InExpr.java.

void InExpr::setOp2 ca.mcgill.sable.soot.jimple.Value   op2 [inline]
 

setOp2 method comment.

Definition at line 135 of file InExpr.java.

String InExpr::toBriefString   [inline]
 

toBriefString method comment.

Definition at line 147 of file InExpr.java.

String InExpr::toString   [inline]
 

Returns a String that represents the value of this object.

Returns:
a string representation of the receiver

Definition at line 156 of file InExpr.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:13:42 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001