Lombok - v0.10.8

lombok.core
Class AST.FieldAccess

java.lang.Object
  extended by lombok.core.AST.FieldAccess
Enclosing class:
AST<A extends AST<A,L,N>,L extends LombokNode<A,L,N>,N>

protected static class AST.FieldAccess
extends Object

Represents a field that contains AST children.


Field Summary
 int dim
          Dimensions of the field.
 Field field
          The actual field.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

public final Field field
The actual field.


dim

public final int dim
Dimensions of the field. Works for arrays, or for java.util.collections.


Lombok - v0.10.8

Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.