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