public abstract class Descriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ClassDescriptor |
classDescriptor |
protected boolean |
isPublic |
Modifier | Constructor and Description |
---|---|
protected |
Descriptor(ClassDescriptor classDescriptor,
boolean isPublic) |
Modifier and Type | Method and Description |
---|---|
ClassDescriptor |
getClassDescriptor()
Returns belonging class descriptor.
|
abstract java.lang.String |
getName()
Returns the name of descriptors target.
|
boolean |
isPublic()
Returns
true if descriptor content is public. |
boolean |
matchDeclared(boolean declared)
Returns
true if descriptor content matches required declared flag. |
protected final ClassDescriptor classDescriptor
protected final boolean isPublic
protected Descriptor(ClassDescriptor classDescriptor, boolean isPublic)
public ClassDescriptor getClassDescriptor()
public boolean isPublic()
true
if descriptor content is public.public boolean matchDeclared(boolean declared)
true
if descriptor content matches required declared flag.public abstract java.lang.String getName()
Copyright © 2003-present Jodd Team