public interface IrIntExpr extends IrExpr
| Modifier and Type | Method and Description |
|---|---|
<A,B> B |
accept(IrIntExprVisitor<A,B> visitor,
A a)
Dynamic dispatch on the visitor.
|
IrDomain |
getDomain()
Domain cannot be empty.
|
IrDomain getDomain()
<A,B> B accept(IrIntExprVisitor<A,B> visitor, A a)
A - the parameter typeB - the return typevisitor - the visitora - the parameterCopyright © 2013. All Rights Reserved.