Lombok.ast - v0.2.2

lombok.ast
Class PositionFactory

java.lang.Object
  extended by lombok.ast.PositionFactory

public class PositionFactory
extends Object

A factory which can create position information for nodes


Constructor Summary
PositionFactory()
           
 
Method Summary
 Position getPosition(Node node)
          Returns the Position corresponding to the given node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionFactory

public PositionFactory()
Method Detail

getPosition

public Position getPosition(Node node)
Returns the Position corresponding to the given node


Lombok.ast - v0.2.2

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