Class UMinusExpression
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.expressions.AbstractExpression
 - 
- com.inductiveautomation.ignition.common.expressions.UMinusExpression
 
 
 
- 
- All Implemented Interfaces:
 Expression
public class UMinusExpression extends AbstractExpression
 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
children, context, updateListener 
 - 
 
- 
Constructor Summary
Constructors Constructor Description UMinusExpression()UMinusExpression(Expression e1) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QualifiedValueexecute()Compute and return the value of this expressionjava.lang.StringgetOpName()Return a human-readable name for the operation that this expression performsjava.lang.Class<?>getType()Return the type that this expression will return- 
Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
connect, disconnect, getChildren, setChildren, shutdown, startup 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
UMinusExpression
public UMinusExpression(Expression e1)
 
- 
UMinusExpression
public UMinusExpression()
 
 - 
 
- 
Method Detail
- 
execute
@Nonnull public QualifiedValue execute() throws ExpressionException
Description copied from interface:ExpressionCompute and return the value of this expression- Throws:
 ExpressionException
 
- 
getType
public java.lang.Class<?> getType()
Description copied from interface:ExpressionReturn the type that this expression will return 
- 
getOpName
public java.lang.String getOpName()
Description copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs 
 - 
 
 -