org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Class TypeConstants.CloseMethodRecord

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeConstants.CloseMethodRecord
Enclosing interface:
TypeConstants

public static class TypeConstants.CloseMethodRecord
extends java.lang.Object


Field Summary
 int numCloseableArgs
           
 char[] selector
           
 char[][] typeName
           
 
Constructor Summary
TypeConstants.CloseMethodRecord(char[][] typeName, char[] selector, int num)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeName

public char[][] typeName

selector

public char[] selector

numCloseableArgs

public int numCloseableArgs
Constructor Detail

TypeConstants.CloseMethodRecord

public TypeConstants.CloseMethodRecord(char[][] typeName,
                                       char[] selector,
                                       int num)