JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
cetus.hir
Interface Intrinsic
All Known Implementing Classes:
AlignofExpression
,
OffsetofExpression
,
SizeofExpression
,
VaArgExpression
public interface
Intrinsic
Any class implementing this interface has the properties of what we call an intrinsic function, it has a specific meaning and is represented as an Expression in the IR.
Method Summary
Methods
Modifier and Type
Method and Description
Expression
getExpression
()
Returns the expression.
Method Detail
getExpression
Expression
getExpression()
Returns the expression.
Returns:
the expression that is the operand to which this intrinsic function is being applied as an operator.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method