public class MethodSideEffectCall extends MethodSideEffect
| Modifier and Type | Field and Description |
|---|---|
List<TypedValue> |
args |
TypedValue |
base |
MethodSignature |
m |
| Constructor and Description |
|---|
MethodSideEffectCall(MethodSignature m,
TypedValue base,
List<TypedValue> args) |
public MethodSignature m
public TypedValue base
public List<TypedValue> args
public MethodSideEffectCall(MethodSignature m, TypedValue base, List<TypedValue> args)
Copyright © 2018. All Rights Reserved.