Package | Description |
---|---|
org.apache.bcel.verifier.statics |
Provides PassVerifier classes used internally by JustIce.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalVariablesInfo.add(int slot,
String name,
int startPc,
int length,
Type type)
Adds information about the local variable in slot 'slot'.
|
void |
LocalVariableInfo.add(String name,
int startPc,
int length,
Type type)
Adds some information about this local variable (slot).
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.