Lombok.ast - v0.2

lombok.ast
Interface Statement

All Superinterfaces:
Node
All Known Implementing Classes:
AlternateConstructorInvocation, AnnotationDeclaration, Assert, Block, Break, Case, ClassDeclaration, Continue, Default, DoWhile, EmptyStatement, EnumDeclaration, ExpressionStatement, For, ForEach, If, InterfaceDeclaration, LabelledStatement, Return, SuperConstructorInvocation, Switch, Synchronized, Throw, Try, VariableDeclaration, While

public interface Statement
extends Node


Method Summary
 Block upToBlock()
           
 
Methods inherited from interface lombok.ast.Node
accept, addMessage, copy, detach, getChildren, getGeneratedBy, getMessages, getParent, getPosition, hasMessage, hasParent, isGenerated, replace, replaceChild, setPosition, toString, unparent
 

Method Detail

upToBlock

Block upToBlock()

Lombok.ast - v0.2

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