org.stjs.generator.check.declaration
Class MethodSynchronizedCheck

java.lang.Object
  extended by org.stjs.generator.check.declaration.MethodSynchronizedCheck
All Implemented Interfaces:
CheckContributor<com.sun.source.tree.MethodTree>, VisitorContributor<com.sun.source.tree.MethodTree,Void,GenerationContext<Void>,CheckVisitor>

public class MethodSynchronizedCheck
extends Object
implements CheckContributor<com.sun.source.tree.MethodTree>

this class checks that you don't have synchornized methods, as this feature is not supported in JavaScript

Author:
acraciun

Constructor Summary
MethodSynchronizedCheck()
           
 
Method Summary
 Void visit(CheckVisitor visitor, com.sun.source.tree.MethodTree tree, GenerationContext<Void> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSynchronizedCheck

public MethodSynchronizedCheck()
Method Detail

visit

public Void visit(CheckVisitor visitor,
                  com.sun.source.tree.MethodTree tree,
                  GenerationContext<Void> context)
Specified by:
visit in interface VisitorContributor<com.sun.source.tree.MethodTree,Void,GenerationContext<Void>,CheckVisitor>


Copyright © 2014. All Rights Reserved.