ParenthesizedExprNode peNode = (ParenthesizedExprNode) value;
return translateParenthisizedExprNode(tCtx, peNode);
}
case LITERAL: {
LiteralNode lNode = (LiteralNode) value;
return translateLiteralNode(tCtx, lNode);
}
case DIRECT_PI_CONSTRUCTOR: {
DirectPIConstructorNode dpicNode = (DirectPIConstructorNode) value;