public final class IgUnaryMapper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ru.ispras.fortress.expression.StandardOperation |
getOperationCode(org.zamia.instgraph.IGOperationUnary unary)
Gets operation code of the specified operation.
|
public static ru.ispras.fortress.expression.StandardOperation getOperationCode(org.zamia.instgraph.IGOperationUnary unary)
unary
- IG operationjava.lang.IllegalArgumentException
- when argument is null
.java.lang.UnsupportedOperationException
- when operation does not
have corresponding operation code in this mapping.