org.plovr.docgen
Class ClassDescriptor
java.lang.Object
org.plovr.docgen.ClassDescriptor
- All Implemented Interfaces:
- Descriptor
public class ClassDescriptor
- extends Object
- implements Descriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builder
public static ClassDescriptor.Builder builder()
getName
public String getName()
- Specified by:
getName
in interface Descriptor
getSuperClass
public TypeExpression getSuperClass()
getDescription
public String getDescription()
- Specified by:
getDescription
in interface Descriptor
getInstanceMethods
public List<MethodDescriptor> getInstanceMethods()
getStaticMethods
public List<MethodDescriptor> getStaticMethods()
toSoyData
public SoyMapData toSoyData()
- Specified by:
toSoyData
in interface Descriptor