org.stjs.generator.check.expression
Class MemberSelectGlobalScopeNameClashCheck
java.lang.Object
org.stjs.generator.check.expression.MemberSelectGlobalScopeNameClashCheck
- All Implemented Interfaces:
- CheckContributor<com.sun.source.tree.MemberSelectTree>, VisitorContributor<com.sun.source.tree.MemberSelectTree,Void,GenerationContext<Void>,CheckVisitor>
public class MemberSelectGlobalScopeNameClashCheck
- extends Object
- implements CheckContributor<com.sun.source.tree.MemberSelectTree>
- Author:
- acraciun
- See Also:
IdentifierGlobalScopeNameClashCheck}
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemberSelectGlobalScopeNameClashCheck
public MemberSelectGlobalScopeNameClashCheck()
visit
public Void visit(CheckVisitor visitor,
com.sun.source.tree.MemberSelectTree tree,
GenerationContext<Void> context)
- Specified by:
visit in interface VisitorContributor<com.sun.source.tree.MemberSelectTree,Void,GenerationContext<Void>,CheckVisitor>
Copyright © 2014. All Rights Reserved.