类 ClassTool.Sub<T extends ClassTool.Sub>
java.lang.Object
org.apache.velocity.tools.generic.ClassTool.Sub<T>
- 所有已实现的接口:
Comparable<T>
- 直接已知子类:
ClassTool.CallableSub
,ClassTool.FieldSub
- 封闭类:
- ClassTool
public abstract static class ClassTool.Sub<T extends ClassTool.Sub>
extends Object
implements Comparable<T>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
boolean
Returns theAnnotation
s of the element being inspected.protected abstract AnnotatedElement
abstract String
protected abstract int
abstract String
getName()
protected abstract String
abstract String
int
hashCode()
boolean
boolean
boolean
isFinal()
boolean
boolean
isNative()
boolean
boolean
boolean
isPublic()
boolean
isStatic()
boolean
isStrict()
boolean
boolean
boolean
toString()
-
构造器详细资料
-
Sub
public Sub()
-
-
方法详细资料
-
getElement
-
getModifiers
protected abstract int getModifiers() -
getSubType
-
getName
-
getUniqueName
-
getJavadocRef
-
getAnnotations
Returns theAnnotation
s of the element being inspected. -
isDeprecated
public boolean isDeprecated() -
isPublic
public boolean isPublic() -
isProtected
public boolean isProtected() -
isPrivate
public boolean isPrivate() -
isStatic
public boolean isStatic() -
isFinal
public boolean isFinal() -
isInterface
public boolean isInterface() -
isNative
public boolean isNative() -
isStrict
public boolean isStrict() -
isSynchronized
public boolean isSynchronized() -
isTransient
public boolean isTransient() -
isVolatile
public boolean isVolatile() -
isAbstract
public boolean isAbstract() -
compareTo
- 指定者:
compareTo
在接口中Comparable<T extends ClassTool.Sub>
-
hashCode
public int hashCode() -
equals
-
toString
-