Package | Description |
---|---|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Field and Description |
---|---|
List<ClassFile.MethodInfo> |
ClassFile.methodInfos
The
ClassFile.MethodInfo s of the methods of this class or interface. |
Modifier and Type | Method and Description |
---|---|
ClassFile.MethodInfo |
ClassFile.addMethodInfo(Java.Modifiers modifiers,
String methodName,
String methodMd)
Creates a
ClassFile.MethodInfo and adds it to this class. |
Copyright © 2001–2016. All rights reserved.