Skip to content

Package io.github.sandydunlop.markista.model

Class MethodNode

java.lang.Object
        io.github.sandydunlop.markista.model.Node
                io.github.sandydunlop.markista.model.MethodNode


Field Summary

Modifier and Type Field Description
List<? extends TypeMirror> thrownTypes
TypeNode returnType
String returnDescription
List<ParamNode> params
String fullDescription

Constructor Summary

Constructor Description
MethodNode(TypeNode returnType, String name)

Method Summary

Modifier and Type Method Description
String signature()
String paramsString()
String fullSignature()

Method Details

signature

String signature()

paramsString

String paramsString()

fullSignature

String fullSignature()