Package relaxngcc.codedom
Class CDMethod
java.lang.Object
relaxngcc.codedom.CDMethod
-
Constructor Summary
ConstructorsConstructorDescriptionCDMethod
(CDLanguageSpecificString forwardspecifier, CDType returntype, String name, CDLanguageSpecificString backwardspecifier) -
Method Summary
Modifier and TypeMethodDescriptionbody()
Gets a reference to the method body.Adds a new parameter to this method and returns a reference to it.void
-
Constructor Details
-
CDMethod
public CDMethod(CDLanguageSpecificString forwardspecifier, CDType returntype, String name, CDLanguageSpecificString backwardspecifier)
-
-
Method Details
-
param
Adds a new parameter to this method and returns a reference to it. -
body
Gets a reference to the method body. -
writeTo
- Throws:
IOException
-