org.stjs.generator.check
Interface CheckContributor<T extends com.sun.source.tree.Tree>

All Superinterfaces:
VisitorContributor<T,Void,GenerationContext<Void>,CheckVisitor>
All Known Implementing Classes:
ArrayTypeForbiddenCheck, AssertCheck, BlockInstanceCheck, ClassDuplicateMemberNameCheck, ClassEnumWithoutMembersCheck, ClassForbidExtendsSyntheticTypeCheck, ClassGlobalForbidInnerCheck, ClassGlobalInstanceMembersCheck, ClassImplementJavascriptFunctionCheck, ClassNamespaceCheck, FieldInitializerCheck, IdentifierAccessOuterScopeCheck, IdentifierGlobalScopeNameClashCheck, MemberSelectGlobalScopeNameClashCheck, MemberSelectOuterScopeCheck, MethodDeclarationTemplateCheck, MethodInvocationMapConstructorCheck, MethodInvocationOuterScopeCheck, MethodInvocationSuperSynthCheck, MethodOverloadCheck, MethodSynchronizedCheck, MethodVarArgParamCheck, NewArrayForbiddenCheck, NewClassInlineFunctionCheck, NewClassObjectInitCheck, SynchronizedCheck, VariableFinalInLoopCheck, VariableWrongNameCheck

public interface CheckContributor<T extends com.sun.source.tree.Tree>
extends VisitorContributor<T,Void,GenerationContext<Void>,CheckVisitor>

this interface is to be implemented by all the check contributors

Author:
acraciun

Method Summary
 
Methods inherited from interface org.stjs.generator.visitor.VisitorContributor
visit
 



Copyright © 2014. All Rights Reserved.