Package io.quarkus.deployment.index
Class ConstPoolScanner
- java.lang.Object
-
- io.quarkus.deployment.index.ConstPoolScanner
-
public class ConstPoolScanner extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intCONSTANT_CLASS_TAG(package private) static intCONSTANT_DOUBLE_TAG(package private) static intCONSTANT_DYNAMIC_TAG(package private) static intCONSTANT_FIELDREF_TAG(package private) static intCONSTANT_FLOAT_TAG(package private) static intCONSTANT_INTEGER_TAG(package private) static intCONSTANT_INTERFACE_METHODREF_TAG(package private) static intCONSTANT_INVOKE_DYNAMIC_TAG(package private) static intCONSTANT_LONG_TAG(package private) static intCONSTANT_METHOD_HANDLE_TAG(package private) static intCONSTANT_METHOD_TYPE_TAG(package private) static intCONSTANT_METHODREF_TAG(package private) static intCONSTANT_MODULE_TAG(package private) static intCONSTANT_NAME_AND_TYPE_TAG(package private) static intCONSTANT_PACKAGE_TAG(package private) static intCONSTANT_STRING_TAG(package private) static intCONSTANT_UTF8_TAG
-
Constructor Summary
Constructors Constructor Description ConstPoolScanner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanconstPoolEntryPresent(byte[] classBody, Set<String> namesToLookFor)
-
-
-
Field Detail
-
CONSTANT_UTF8_TAG
static final int CONSTANT_UTF8_TAG
- See Also:
- Constant Field Values
-
CONSTANT_INTEGER_TAG
static final int CONSTANT_INTEGER_TAG
- See Also:
- Constant Field Values
-
CONSTANT_FLOAT_TAG
static final int CONSTANT_FLOAT_TAG
- See Also:
- Constant Field Values
-
CONSTANT_LONG_TAG
static final int CONSTANT_LONG_TAG
- See Also:
- Constant Field Values
-
CONSTANT_DOUBLE_TAG
static final int CONSTANT_DOUBLE_TAG
- See Also:
- Constant Field Values
-
CONSTANT_CLASS_TAG
static final int CONSTANT_CLASS_TAG
- See Also:
- Constant Field Values
-
CONSTANT_STRING_TAG
static final int CONSTANT_STRING_TAG
- See Also:
- Constant Field Values
-
CONSTANT_FIELDREF_TAG
static final int CONSTANT_FIELDREF_TAG
- See Also:
- Constant Field Values
-
CONSTANT_METHODREF_TAG
static final int CONSTANT_METHODREF_TAG
- See Also:
- Constant Field Values
-
CONSTANT_INTERFACE_METHODREF_TAG
static final int CONSTANT_INTERFACE_METHODREF_TAG
- See Also:
- Constant Field Values
-
CONSTANT_NAME_AND_TYPE_TAG
static final int CONSTANT_NAME_AND_TYPE_TAG
- See Also:
- Constant Field Values
-
CONSTANT_METHOD_HANDLE_TAG
static final int CONSTANT_METHOD_HANDLE_TAG
- See Also:
- Constant Field Values
-
CONSTANT_METHOD_TYPE_TAG
static final int CONSTANT_METHOD_TYPE_TAG
- See Also:
- Constant Field Values
-
CONSTANT_DYNAMIC_TAG
static final int CONSTANT_DYNAMIC_TAG
- See Also:
- Constant Field Values
-
CONSTANT_INVOKE_DYNAMIC_TAG
static final int CONSTANT_INVOKE_DYNAMIC_TAG
- See Also:
- Constant Field Values
-
CONSTANT_MODULE_TAG
static final int CONSTANT_MODULE_TAG
- See Also:
- Constant Field Values
-
CONSTANT_PACKAGE_TAG
static final int CONSTANT_PACKAGE_TAG
- See Also:
- Constant Field Values
-
-