Module: JavaClass::ClassFile::Constants

Defined in:
lib/javaclass/classfile/constants/base.rb,
lib/javaclass/classfile/constants/value.rb,
lib/javaclass/classfile/constants/double_reference.rb,
lib/javaclass/classfile/constants/single_reference.rb

Overview

The module Constants is for separating namespaces. It contains the logic to parse constant pool constants.

Author

Peter Kofler

Defined Under Namespace

Classes: Base, ConstantAsciz, ConstantClass, ConstantDouble, ConstantField, ConstantFloat, ConstantInt, ConstantInterfaceMethod, ConstantLong, ConstantMethod, ConstantNameAndType, ConstantString, DoubleReference, SingleReference, Value