com.google.doclava
Class AttributeInfo

java.lang.Object
  extended by com.google.doclava.AttributeInfo

public class AttributeInfo
extends Object


Field Summary
 FieldInfo attrField
           
static Comparator<AttributeInfo> comparator
           
 ArrayList<MethodInfo> methods
           
 
Constructor Summary
AttributeInfo(ClassInfo cl, FieldInfo f)
           
 
Method Summary
 String anchor()
           
 boolean checkLevel()
           
 Comment comment()
           
 String htmlPage()
           
 void makeHDF(com.google.clearsilver.jsilver.data.Data data, String base)
           
 String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comparator

public static final Comparator<AttributeInfo> comparator

attrField

public FieldInfo attrField

methods

public ArrayList<MethodInfo> methods
Constructor Detail

AttributeInfo

public AttributeInfo(ClassInfo cl,
                     FieldInfo f)
Method Detail

name

public String name()

comment

public Comment comment()

anchor

public String anchor()

htmlPage

public String htmlPage()

makeHDF

public void makeHDF(com.google.clearsilver.jsilver.data.Data data,
                    String base)

checkLevel

public boolean checkLevel()


Copyright © 2010-2013 Google. All Rights Reserved.