public abstract class MessageObject extends GenericObject
AND, AT, COLON, COMMA, DOT, DOUBLE_QUOTE, EQUALS, GREATER_THAN, HT, immutableClasses, indentation, LESS_THAN, LPAREN, matchExpression, NEWLINE, PERCENT, POUND, QUESTION, QUOTE, RETURN, RPAREN, SEMICOLON, SLASH, SP, STAR, stringRepresentation| Modifier | Constructor and Description |
|---|---|
protected |
MessageObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
dbgPrint()
Debug printing function.
|
String |
dbgPrint(int indent)
Formatter with a given starting indentation (for nested structs).
|
String |
debugDump()
An introspection based string formatting method.
|
abstract String |
encode()
Get the string encoded version of this object
|
clone, dbgPrint, debugDump, encode, equals, getClassFromName, getIndentation, getMatcher, isMySubclass, makeClone, match, merge, setMatcher, sprint, sprint, sprint, sprint, sprint, sprint, sprint, sprint, sprintpublic abstract String encode()
GenericObjectencode in class GenericObjectpublic void dbgPrint()
GenericObjectdbgPrint in class GenericObjectpublic String debugDump()
debugDump in class GenericObjectpublic String dbgPrint(int indent)
Copyright © 2018. All Rights Reserved.