站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.modules.classfile.CPClassInfo (Classfile Reader) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.classfile/1 1.19

Uses of Class
org.netbeans.modules.classfile.CPClassInfo

Uses of CPClassInfo in org.netbeans.modules.classfile
 

Methods in org.netbeans.modules.classfile that return CPClassInfo
 CPClassInfo ExceptionTableEntry.getCatchType()
          Returns the type of exception handler, or null if this handler catches all exceptions, such as an exception handler for a "finally" clause (JVM 4.7.3).
 CPClassInfo ConstantPool.getClass(int index)
          Get the CPClassInfo at a specific index.
 CPClassInfo EnclosingMethod.getClassInfo()
          Returns the constant pool entry for the enclosing class.
 CPClassInfo[] Method.getExceptionClasses()
           
 


org.netbeans.modules.classfile/1 1.19

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.