org.plovr.docgen
Class MethodDescriptor
java.lang.Object
org.plovr.docgen.MethodDescriptor
- All Implemented Interfaces:
- Descriptor
public class MethodDescriptor
- extends Object
- implements Descriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TO_SOY_DATA
public static final Function<MethodDescriptor,SoyData> TO_SOY_DATA
builder
public static MethodDescriptor.Builder builder()
getName
public String getName()
- Specified by:
getName
in interface Descriptor
getDescription
public String getDescription()
- Specified by:
getDescription
in interface Descriptor
getReturnType
public TypeExpression getReturnType()
getParams
public List<ParamDescriptor> getParams()
getAccessLevel
public AccessLevel getAccessLevel()
toSoyData
public SoyMapData toSoyData()
- Specified by:
toSoyData
in interface Descriptor