kmy.jint.gen
Class JVMClassGenerator.MethodEntry

java.lang.Object
  |
  +--kmy.jint.gen.JVMClassGenerator.MethodEntry
Enclosing class:
JVMClassGenerator

static class JVMClassGenerator.MethodEntry
extends java.lang.Object


Field Summary
(package private)  byte[] code
           
(package private)  JVMConstantPool.CP_Class_Entry[] exceptions
           
(package private)  short flags
           
(package private)  JVMClassGenerator.HandlerEntry[] handlers
           
(package private)  JVMConstantPool.CP_UTF8_Entry jintType
           
(package private)  JVMClassGenerator.LineNumber[] lineNumbers
           
(package private)  short maxLocals
           
(package private)  short maxStack
           
(package private)  JVMConstantPool.CP_UTF8_Entry name
           
(package private)  JVMConstantPool.CP_UTF8_Entry type
           
 
Constructor Summary
(package private) JVMClassGenerator.MethodEntry()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

flags

short flags

name

JVMConstantPool.CP_UTF8_Entry name

type

JVMConstantPool.CP_UTF8_Entry type

jintType

JVMConstantPool.CP_UTF8_Entry jintType

exceptions

JVMConstantPool.CP_Class_Entry[] exceptions

maxStack

short maxStack

maxLocals

short maxLocals

code

byte[] code

handlers

JVMClassGenerator.HandlerEntry[] handlers

lineNumbers

JVMClassGenerator.LineNumber[] lineNumbers
Constructor Detail

JVMClassGenerator.MethodEntry

JVMClassGenerator.MethodEntry()