public class StaticTypesUnaryExpressionHelper extends UnaryExpressionHelper
An expression helper which generates optimized bytecode depending on the current type on top of the operand stack.
| Fields inherited from class | Fields | 
|---|---|
| class UnaryExpressionHelper | controller | 
| Constructor and description | 
|---|
| StaticTypesUnaryExpressionHelper(WriterController controller) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public void | writeBitwiseNegate(BitwiseNegationExpression expression) | 
|  | public void | writeNotExpression(NotExpression expression) | 
|  | public void | writeUnaryMinus(UnaryMinusExpression expression) | 
|  | public void | writeUnaryPlus(UnaryPlusExpression expression) | 
| Methods inherited from class | Name | 
|---|---|
| class UnaryExpressionHelper | writeBitwiseNegate, writeNotExpression, writeUnaryMinus, writeUnaryPlus | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.