com.sun.enterprise.tools.apt
Class InhabitantMetadataProcessor
java.lang.Object
com.sun.enterprise.tools.apt.InhabitantMetadataProcessor
public class InhabitantMetadataProcessor
- extends Object
Discoveres all InhabitantMetadata
and puts them into the bag.
- Author:
- Kohsuke Kawaguchi
Field Summary |
protected Set<com.sun.mirror.declaration.InterfaceDeclaration> |
visited
InterfaceType s whose contracts are already checked. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
visited
protected final Set<com.sun.mirror.declaration.InterfaceDeclaration> visited
InterfaceType
s whose contracts are already checked.
InhabitantMetadataProcessor
public InhabitantMetadataProcessor()
process
public MultiMap<String,String> process(com.sun.mirror.declaration.TypeDeclaration d)
check
protected void check(com.sun.mirror.declaration.TypeDeclaration d,
MultiMap<String,String> result)
checkInterface
protected void checkInterface(com.sun.mirror.declaration.InterfaceDeclaration id,
P param)
checkClass
protected void checkClass(com.sun.mirror.declaration.ClassDeclaration cd,
P param)
checkSuperInterfaces
protected void checkSuperInterfaces(com.sun.mirror.declaration.TypeDeclaration d,
P param)
Copyright © 2013 Oracle Corporation. All Rights Reserved.