org.eclipse.jdt.internal.compiler
Class ISourceElementRequestor.MethodInfo

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
Enclosing interface:
ISourceElementRequestor

public static class ISourceElementRequestor.MethodInfo
extends java.lang.Object


Field Summary
 Annotation[] annotations
           
 char[][] categories
           
 int declarationStart
           
 char[][] exceptionTypes
           
 boolean isAnnotation
           
 boolean isConstructor
           
 int modifiers
           
 char[] name
           
 int nameSourceEnd
           
 int nameSourceStart
           
 AbstractMethodDeclaration node
           
 char[][] parameterNames
           
 char[][] parameterTypes
           
 char[] returnType
           
 ISourceElementRequestor.TypeParameterInfo[] typeParameters
           
 
Constructor Summary
ISourceElementRequestor.MethodInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isConstructor

public boolean isConstructor

isAnnotation

public boolean isAnnotation

declarationStart

public int declarationStart

modifiers

public int modifiers

returnType

public char[] returnType

name

public char[] name

nameSourceStart

public int nameSourceStart

nameSourceEnd

public int nameSourceEnd

parameterTypes

public char[][] parameterTypes

parameterNames

public char[][] parameterNames

exceptionTypes

public char[][] exceptionTypes

typeParameters

public ISourceElementRequestor.TypeParameterInfo[] typeParameters

categories

public char[][] categories

annotations

public Annotation[] annotations

node

public AbstractMethodDeclaration node
Constructor Detail

ISourceElementRequestor.MethodInfo

public ISourceElementRequestor.MethodInfo()