alt.jiapi.file
Class Interface

java.lang.Object
  extended by alt.jiapi.file.Interface

public class Interface
extends java.lang.Object

This class represents an Interface, as described in Java Virtual Machine Specification, 2nd edition, chapter 4.1.


Constructor Summary
Interface(ConstantPool cp, short constant_class_index)
           
 
Method Summary
 ConstantPool.ClassInfo getClassInfo()
           
 short getConstantClassIndex()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interface

public Interface(ConstantPool cp,
                 short constant_class_index)
Method Detail

getClassInfo

public ConstantPool.ClassInfo getClassInfo()

getConstantClassIndex

public short getConstantClassIndex()

getName

public java.lang.String getName()


Copyright © 2001. Documenation generated August 26 2011.