Lombok.ast - v0.2

lombok.ast
Class DanglingNodes

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

public class DanglingNodes
extends Object

Lombok.ast node objects can have associated 'dangling nodes'. These are nodes that are parsed within or around that node which aren't supposed to be there, such as statements in between 2 method declarations.


Constructor Summary
DanglingNodes()
           
 
Method Summary
static void addDanglingNode(Node on, Node danglingNode)
           
static List<Node> getDanglingNodes(Node on)
           
static void removeDanglingNode(Node on, Node danglingNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DanglingNodes

public DanglingNodes()
Method Detail

addDanglingNode

public static void addDanglingNode(Node on,
                                   Node danglingNode)

getDanglingNodes

public static List<Node> getDanglingNodes(Node on)

removeDanglingNode

public static void removeDanglingNode(Node on,
                                      Node danglingNode)

Lombok.ast - v0.2

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