net.sourceforge.pmd.cpd
Class JavaTokenizer.AnnotationStateDiscarder

java.lang.Object
  extended by net.sourceforge.pmd.cpd.JavaTokenizer.AnnotationStateDiscarder
All Implemented Interfaces:
JavaTokenizer.Discarder
Enclosing class:
JavaTokenizer

public static class JavaTokenizer.AnnotationStateDiscarder
extends Object
implements JavaTokenizer.Discarder


Constructor Summary
JavaTokenizer.AnnotationStateDiscarder()
           
 
Method Summary
 void add(net.sourceforge.pmd.lang.java.ast.Token token)
           
 boolean isDiscarding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaTokenizer.AnnotationStateDiscarder

public JavaTokenizer.AnnotationStateDiscarder()
Method Detail

add

public void add(net.sourceforge.pmd.lang.java.ast.Token token)
Specified by:
add in interface JavaTokenizer.Discarder

isDiscarding

public boolean isDiscarding()
Specified by:
isDiscarding in interface JavaTokenizer.Discarder


Copyright © 2002-2012 InfoEther. All Rights Reserved.