lombok.ast.syntaxChecks
Class StatementChecks
java.lang.Object
lombok.ast.syntaxChecks.StatementChecks
public class StatementChecks
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementChecks
public StatementChecks()
checkNotLoneTry
public void checkNotLoneTry(Try node)
checkDeclarationsAsDirectChildWhile
public void checkDeclarationsAsDirectChildWhile(While node)
checkDeclarationsAsDirectChildDo
public void checkDeclarationsAsDirectChildDo(DoWhile node)
checkDeclarationsAsDirectChildForEach
public void checkDeclarationsAsDirectChildForEach(ForEach node)
checkDeclarationsAsDirectChildIf
public void checkDeclarationsAsDirectChildIf(If node)
checkDeclarationsAsDirectChildFor
public void checkDeclarationsAsDirectChildFor(For node)
checkVarDefOfCatch
public void checkVarDefOfCatch(Catch node)
checkVarDefOfForEach
public void checkVarDefOfForEach(ForEach node)
checkCaseChildOfSwitch
public void checkCaseChildOfSwitch(Case node)
checkDefaultChildOfSwitch
public void checkDefaultChildOfSwitch(Default node)
checkSwitchStartsWithDefaultOrCase
public void checkSwitchStartsWithDefaultOrCase(Switch node)
Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.