| java.lang.Object net.firstpartners.nounit.snippet.AbstractSnippet net.firstpartners.nounit.snippet.SnippetMethod
SnippetMethod | public SnippetMethod(String name, String accessModifier, HashMap parameters, Snippets methodsCalled)(Code) | | Creates new SnippetMethod
Parameters: name - of this snippet Parameters: accessModifier - Parameters: parameters - , HashMap with value pairs 1,Integer 2,Integer 3,Stringor whatever the method signature is Parameters: methodsCalled - (as Snippets) by this method |
getNodes | public Element getNodes()(Code) | | Get an XML Representation of this Class (as Jdom nodes)
methodRoot with the XML description |
toString | public String toString()(Code) | | over-ride Object.toString() to provide more information about this class
stringDescription of Class |
toXml | public String toXml()(Code) | | Get an XML Representation of this Class (as String of XML)
String with the XML description |
|
|