|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.plovr.docgen.ClassDescriptor
public class ClassDescriptor
Nested Class Summary | |
---|---|
static class |
ClassDescriptor.Builder
|
Method Summary | |
---|---|
static ClassDescriptor.Builder |
builder()
|
java.lang.String |
getDescription()
|
java.util.List<MethodDescriptor> |
getInstanceMethods()
|
java.lang.String |
getName()
|
java.util.List<MethodDescriptor> |
getStaticMethods()
|
TypeExpression |
getSuperClass()
|
SoyMapData |
toSoyData()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ClassDescriptor.Builder builder()
public java.lang.String getName()
getName
in interface Descriptor
public TypeExpression getSuperClass()
public java.lang.String getDescription()
getDescription
in interface Descriptor
public java.util.List<MethodDescriptor> getInstanceMethods()
public java.util.List<MethodDescriptor> getStaticMethods()
public SoyMapData toSoyData()
toSoyData
in interface Descriptor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |