public class CheckForIllegalSubtyping extends java.lang.Object implements CapsuleCheck, SignatureCheck
Check.Result| Constructor and Description |
|---|
CheckForIllegalSubtyping(javax.annotation.processing.ProcessingEnvironment procEnv) |
| Modifier and Type | Method and Description |
|---|---|
Check.Result |
checkCapsule(javax.lang.model.element.TypeElement core) |
Check.Result |
checkSignature(javax.lang.model.element.TypeElement core) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckCapsulecheckSignaturepublic CheckForIllegalSubtyping(javax.annotation.processing.ProcessingEnvironment procEnv)
public Check.Result checkSignature(javax.lang.model.element.TypeElement core)
checkSignature in interface SignatureCheckpublic Check.Result checkCapsule(javax.lang.model.element.TypeElement core)
checkCapsule in interface CapsuleCheckcore - A type element for the capsule core to be checked.