Package de.fabmax.webidl.parser
Class CppMethodComment
-
- All Implemented Interfaces:
-
de.fabmax.webidl.parser.CommentElement
public final class CppMethodComment implements CommentElement
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmethodNameprivate final StringreturnTypeprivate final List<CppMethodParameter>parametersprivate Stringcomment
-
Constructor Summary
Constructors Constructor Description CppMethodComment(String methodName, String returnType, List<CppMethodParameter> parameters, String comment)
-
Method Summary
Modifier and Type Method Description final StringgetMethodName()final StringgetReturnType()final List<CppMethodParameter>getParameters()StringgetComment()UnitsetComment(String comment)-
-
Constructor Detail
-
CppMethodComment
CppMethodComment(String methodName, String returnType, List<CppMethodParameter> parameters, String comment)
-
-
Method Detail
-
getMethodName
final String getMethodName()
-
getReturnType
final String getReturnType()
-
getParameters
final List<CppMethodParameter> getParameters()
-
getComment
String getComment()
-
setComment
Unit setComment(String comment)
-
-
-
-