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

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

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


Field Summary
 Annotation[] annotations
           
 char[][] categories
           
 int declarationStart
           
 int modifiers
           
 char[] name
           
 int nameSourceEnd
           
 int nameSourceStart
           
 FieldDeclaration node
           
 char[] type
           
 
Constructor Summary
ISourceElementRequestor.FieldInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

declarationStart

public int declarationStart

modifiers

public int modifiers

type

public char[] type

name

public char[] name

nameSourceStart

public int nameSourceStart

nameSourceEnd

public int nameSourceEnd

categories

public char[][] categories

annotations

public Annotation[] annotations

node

public FieldDeclaration node
Constructor Detail

ISourceElementRequestor.FieldInfo

public ISourceElementRequestor.FieldInfo()