|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NameAndTypeConstant | |
| org.multijava.util.classfile | Provides an editor for classfiles used by MultiJava and the Java Modeling Language. |
| Uses of NameAndTypeConstant in org.multijava.util.classfile |
| Fields in org.multijava.util.classfile declared as NameAndTypeConstant | |
private NameAndTypeConstant |
ReferenceConstant.nametype
|
| Constructors in org.multijava.util.classfile with parameters of type NameAndTypeConstant | |
ReferenceConstant(byte tag,
ClassConstant clazz,
NameAndTypeConstant nametype)
Constructs a reference constant. |
|
FieldRefConstant(ClassConstant clazz,
NameAndTypeConstant nametype)
Constructs a field reference constant. |
|
InterfaceConstant(ClassConstant clazz,
NameAndTypeConstant nametype)
Constructs a method reference constant. |
|
MethodRefConstant(ClassConstant clazz,
NameAndTypeConstant nametype)
Constructs a method reference constant. |
|
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||