Package sootup.core.jimple.common.expr
Class JStaticInvokeExpr
java.lang.Object
sootup.core.jimple.common.expr.AbstractInvokeExpr
sootup.core.jimple.common.expr.JStaticInvokeExpr
- All Implemented Interfaces:
EquivTo
,Value
,Expr
,Acceptor<ExprVisitor>
An expression that invokes a static method.
-
Constructor Summary
ConstructorDescriptionJStaticInvokeExpr
(MethodSignature method, List<Immediate> args) Stores the values to the args array. -
Method Summary
Modifier and TypeMethodDescription<V extends ExprVisitor>
Vaccept
(V v) Called when this object is visited.int
Returns a hash code for this object, consistent with structural equality.boolean
equivTo
(Object o, JimpleComparator comparator) Returns true if this object is equivalent to o according to the given comparator.toString()
void
toString
(StmtPrinter up) Converts a parameter of type StmtPrinter to a string literal.withMethodSignature
(MethodSignature methodSignature) Methods inherited from class sootup.core.jimple.common.expr.AbstractInvokeExpr
argsToPrinter, argsToString, getArg, getArgCount, getArgs, getMethodSignature, getType, getUses
-
Constructor Details
-
JStaticInvokeExpr
Stores the values to the args array.
-
-
Method Details
-
equivTo
Description copied from interface:EquivTo
Returns true if this object is equivalent to o according to the given comparator. -
equivHashCode
public int equivHashCode()Returns a hash code for this object, consistent with structural equality. -
toString
-
toString
Converts a parameter of type StmtPrinter to a string literal. -
accept
Description copied from interface:Acceptor
Called when this object is visited. -
withMethodSignature
-
withArgs
-