com.google.doclava
Class FieldInfo
java.lang.Object
com.google.doclava.DocInfo
com.google.doclava.MemberInfo
com.google.doclava.FieldInfo
- All Implemented Interfaces:
- Scoped, Comparable
public class FieldInfo
- extends MemberInfo
Constructor Summary |
FieldInfo(String name,
ClassInfo containingClass,
ClassInfo realContainingClass,
boolean isPublic,
boolean isProtected,
boolean isPackagePrivate,
boolean isPrivate,
boolean isFinal,
boolean isStatic,
boolean isTransient,
boolean isVolatile,
boolean isSynthetic,
TypeInfo type,
String rawCommentText,
Object constantValue,
SourcePositionInfo position,
AnnotationInstanceInfo[] annotations)
|
Methods inherited from class com.google.doclava.MemberInfo |
anchor, annotations, checkLevel, compareTo, containingClass, isDefinedLocally, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isSynthetic, kind, name, parent, realContainingClass, relativePath, scope, signature |
Methods inherited from class com.google.doclava.DocInfo |
addFederatedReference, comment, getFederatedReferences, getRawCommentText, getSince, htmlPage, isDocOnly, isHidden, position, setFederatedReferences, setSince |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
comparator
public static final Comparator<FieldInfo> comparator
FieldInfo
public FieldInfo(String name,
ClassInfo containingClass,
ClassInfo realContainingClass,
boolean isPublic,
boolean isProtected,
boolean isPackagePrivate,
boolean isPrivate,
boolean isFinal,
boolean isStatic,
boolean isTransient,
boolean isVolatile,
boolean isSynthetic,
TypeInfo type,
String rawCommentText,
Object constantValue,
SourcePositionInfo position,
AnnotationInstanceInfo[] annotations)
cloneForClass
public FieldInfo cloneForClass(ClassInfo newContainingClass)
qualifiedName
public String qualifiedName()
type
public TypeInfo type()
isConstant
public boolean isConstant()
firstSentenceTags
public TagInfo[] firstSentenceTags()
inlineTags
public TagInfo[] inlineTags()
constantValue
public Object constantValue()
constantLiteralValue
public String constantLiteralValue()
setDeprecated
public void setDeprecated(boolean deprecated)
isDeprecated
public boolean isDeprecated()
constantLiteralValue
public static String constantLiteralValue(Object val)
javaEscapeString
public static String javaEscapeString(String str)
makeHDF
public void makeHDF(com.google.clearsilver.jsilver.data.Data data,
String base)
isExecutable
public boolean isExecutable()
- Specified by:
isExecutable
in class MemberInfo
isTransient
public boolean isTransient()
isVolatile
public boolean isVolatile()
isConsistent
public boolean isConsistent(FieldInfo fInfo)
Copyright © 2010-2013 Google. All Rights Reserved.