Package net.sourceforge.jarduino.message
Class ArduinoComments
java.lang.Object
net.sourceforge.jarduino.message.ArduinoComments
public class ArduinoComments extends Object
Comments.
-
Method Summary
Modifier and Type Method Description StringgetCommentForObject(ArduinoNamedObject pObject)Obtain the comment for an object (if any).static voidparseComment(ArduinoSystem pSystem, String pCommentDef)parse the comment definition.
-
Method Details
-
getCommentForObject
Obtain the comment for an object (if any).- Parameters:
pObject- the object- Returns:
- the comment (or null)
-
parseComment
parse the comment definition.- Parameters:
pSystem- the systempCommentDef- the comment definition- Throws:
ArduinoException- on error
-