MCPcopy Create free account
hub / github.com/Youlor/unpacker / clearArgs

Method clearArgs

dexfixer/src/com/android/dx/cf/code/BaseMachine.java:105–118  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

103
104 /** {@inheritDoc} */
105 @Override
106 public final void clearArgs() {
107 argCount = 0;
108 auxType = null;
109 auxInt = 0;
110 auxCst = null;
111 auxTarget = 0;
112 auxCases = null;
113 auxInitValues = null;
114 localIndex = -1;
115 localInfo = false;
116 localTarget = null;
117 resultCount = -1;
118 }
119
120 /** {@inheritDoc} */
121 @Override

Callers 3

BaseMachineMethod · 0.95
popArgsMethod · 0.95
localArgMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected