lombok.ast.syntaxChecks
Class StructuralChecks
java.lang.Object
lombok.ast.syntaxChecks.StructuralChecks
public class StructuralChecks
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructuralChecks
public StructuralChecks()
checkAbstractMembersOnlyInAbstractTypes
public void checkAbstractMembersOnlyInAbstractTypes(MethodDeclaration md)
initializersMustCompleteNormallyStatic
public void initializersMustCompleteNormallyStatic(StaticInitializer node)
initializersMustCompleteNormallyInstance
public void initializersMustCompleteNormallyInstance(InstanceInitializer node)
superConstructorInvocationMustBeFirst
public void superConstructorInvocationMustBeFirst(SuperConstructorInvocation node)
alternateConstructorInvocationMustBeFirst
public void alternateConstructorInvocationMustBeFirst(AlternateConstructorInvocation node)
varDefOfZero
public void varDefOfZero(VariableDefinition node)
varargsOnlyLegalOnMethods
public void varargsOnlyLegalOnMethods(VariableDefinition node)
varargsAndExtendedDimsDontMix
public void varargsAndExtendedDimsDontMix(VariableDefinitionEntry node)
checkMethodParamsAreSimple
public void checkMethodParamsAreSimple(MethodDeclaration md)
checkConstructorParamsAreSimple
public void checkConstructorParamsAreSimple(ConstructorDeclaration cd)
Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.