lombok.ast
Class DanglingNodes
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DanglingNodes
public DanglingNodes()
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)
Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.