public class InhabitantMetadataProcessor extends Object
InhabitantMetadata
and puts them into the bag.Modifier and Type | Field and Description |
---|---|
protected Set<TypeElement> |
visited
DeclaredType s whose contracts are already checked. |
Constructor and Description |
---|
InhabitantMetadataProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
check(TypeElement d,
org.jvnet.hk2.component.MultiMap<String,String> result) |
protected void |
checkClass(TypeElement cd,
P param) |
protected void |
checkInterface(TypeElement id,
P param) |
protected void |
checkSuperInterfaces(TypeElement d,
P param) |
org.jvnet.hk2.component.MultiMap<String,String> |
process(TypeElement d) |
protected final Set<TypeElement> visited
DeclaredType
s whose contracts are already checked.public org.jvnet.hk2.component.MultiMap<String,String> process(TypeElement d)
protected void check(TypeElement d, org.jvnet.hk2.component.MultiMap<String,String> result)
protected void checkInterface(TypeElement id, P param)
protected void checkClass(TypeElement cd, P param)
protected void checkSuperInterfaces(TypeElement d, P param)
Copyright © 2018. All rights reserved.