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, sprint
public abstract String encode()
GenericObject
encode
in class GenericObject
public void dbgPrint()
GenericObject
dbgPrint
in class GenericObject
public String debugDump()
debugDump
in class GenericObject
public String dbgPrint(int indent)
Copyright © 2018. All Rights Reserved.