Class BitwiseExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.common.expressions.BitwiseExpression
- All Implemented Interfaces:
Expression
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
children, context, updateListener
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
connect, disconnect, getChildren, setChildren, shutdown, startup
-
Field Details
-
AND
public static final int AND- See Also:
-
OR
public static final int OR- See Also:
-
XOR
public static final int XOR- See Also:
-
LSHIFT
public static final int LSHIFT- See Also:
-
RSHIFT
public static final int RSHIFT- See Also:
-
-
Constructor Details
-
BitwiseExpression
-
BitwiseExpression
public BitwiseExpression()
-
-
Method Details
-
execute
Description copied from interface:Expression
Compute and return the value of this expression- Throws:
ExpressionException
-
getType
Description copied from interface:Expression
Return the type that this expression will return -
setType
-
getOpName
Description copied from interface:Expression
Return a human-readable name for the operation that this expression performs -
getOpType
public int getOpType() -
setOpType
public void setOpType(int i)
-