|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionTIR
Interface for any expression type. See subclasses of this interface for more information.
Method Summary | ||
---|---|---|
|
accept(ExpressionTIRVisitor<A> visitor)
Implements the visitor pattern with ExpressionTIRVisitor . |
|
HobbesType |
getType()
Retrieves the type of the expression. |
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR |
---|
getPosition |
Method Detail |
---|
<A> A accept(ExpressionTIRVisitor<A> visitor)
ExpressionTIRVisitor
.
visitor
- the visitor object.
HobbesType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |