org.eclipse.jdt.internal.compiler.codegen
类 CachedIndexEntry

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.codegen.CachedIndexEntry

public class CachedIndexEntry
extends Object


字段摘要
 int index
           
 char[] signature
           
 
构造方法摘要
CachedIndexEntry(char[] signature, int index)
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

signature

public char[] signature

index

public int index
构造方法详细信息

CachedIndexEntry

public CachedIndexEntry(char[] signature,
                        int index)


Copyright © 2013. All Rights Reserved.