C# (CSharp) Org.Mozilla.Classfile Пространство имен

Классы

Имя Описание
ByteCode This class provides opcode values expected by the JVM in Java class files.
ClassFileField
ClassFileMethod
ClassFileWriter ClassFileWriter A ClassFileWriter is used to write a Java class file.
ClassFileWriter.ClassFileFormatException
ClassFileWriter.StackMapTable A stack map table is a code attribute introduced in Java 6 that gives type information at key points in the method body (namely, at the beginning of each super block after the first).
ConstantPool
ExceptionTableEntry
FieldOrMethodRef
SuperBlock A super block is defined as a contiguous chunk of code with a single entry point and multiple exit points (therefore ending in an unconditional jump or the end of the method).
TypeInfo Helper class for internal representations of type information.