public interface ExpressionFormattingPolicy
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExpressionFormattingPolicy.BinaryExpressionFormatting
Class to represent binary expression formatting.
|
static interface |
ExpressionFormattingPolicy.FormattingConfig
Interface to formatting configuration.
|
static class |
ExpressionFormattingPolicy.TernaryExpressionFormatting
Class to represent ternary expression formatting.
|
static class |
ExpressionFormattingPolicy.UnaryExpressionFormatting
Class to represent unary expression formatting.
|
ExpressionFormattingPolicy.FormattingConfig getConfig()
java.lang.String getDecimalLiteral(Expression expr, boolean isNegative) throws ZserioExtensionException
ZserioExtensionExceptionjava.lang.String getBinaryLiteral(Expression expr, boolean isNegative) throws ZserioExtensionException
ZserioExtensionExceptionjava.lang.String getHexadecimalLiteral(Expression expr, boolean isNegative) throws ZserioExtensionException
ZserioExtensionExceptionjava.lang.String getOctalLiteral(Expression expr, boolean isNegative) throws ZserioExtensionException
ZserioExtensionExceptionjava.lang.String getFloatLiteral(Expression expr, boolean isNegative) throws ZserioExtensionException
ZserioExtensionExceptionjava.lang.String getDoubleLiteral(Expression expr, boolean isNegative) throws ZserioExtensionException
ZserioExtensionExceptionjava.lang.String getBoolLiteral(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionjava.lang.String getStringLiteral(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionjava.lang.String getIndex(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionjava.lang.String getIdentifier(Expression expr, boolean isLastInDot, boolean isSetter) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.UnaryExpressionFormatting getBigIntegerCastingToNative(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.UnaryExpressionFormatting getUnaryPlus(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.UnaryExpressionFormatting getUnaryMinus(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.UnaryExpressionFormatting getTilde(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.UnaryExpressionFormatting getBang(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.UnaryExpressionFormatting getLeftParenthesis(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.UnaryExpressionFormatting getFunctionCall(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.UnaryExpressionFormatting getLengthOf(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.UnaryExpressionFormatting getValueOf(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.UnaryExpressionFormatting getNumBits(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getComma(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getLogicalOr(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getLogicalAnd(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getOr(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getXor(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getAnd(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getEq(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getNe(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getLt(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getLe(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getGe(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getGt(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getLeftShift(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getRightShift(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getPlus(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getMinus(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getMultiply(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getDivide(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getModulo(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getArrayElement(Expression expr, boolean isSetter) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getDot(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.BinaryExpressionFormatting getIsSet(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionExpressionFormattingPolicy.TernaryExpressionFormatting getQuestionMark(Expression expr) throws ZserioExtensionException
ZserioExtensionExceptionLast updated 2024-10-29 12:52:38