langtools/src/share/classes/javax/lang/model/element/ElementVisitor.java
changeset 25690 b1dac768ab79
parent 15386 92bc08d96f0c
equal deleted inserted replaced
25608:e1be1d88a557 25690:b1dac768ab79
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    71  *            additional parameter.
    71  *            additional parameter.
    72  *
    72  *
    73  * @author Joseph D. Darcy
    73  * @author Joseph D. Darcy
    74  * @author Scott Seligman
    74  * @author Scott Seligman
    75  * @author Peter von der Ahé
    75  * @author Peter von der Ahé
    76  * @see AbstractElementVisitor6
       
    77  * @see AbstractElementVisitor7
       
    78  * @since 1.6
    76  * @since 1.6
    79  */
    77  */
    80 public interface ElementVisitor<R, P> {
    78 public interface ElementVisitor<R, P> {
    81     /**
    79     /**
    82      * Visits an element.
    80      * Visits an element.