Direct supertypes
Indirect supertypes
Inherited fields
expr | from TranslatedExpr |
Predicates
getChild | Gets the immediate child element of this element. The |
getChildSuccessor | Gets the successor instruction to which control should flow after the child element specified by |
getFirstInstruction | Get the first instruction to be executed in the evaluation of this element. |
getInstructionOperand | Gets the instruction whose result is consumed as an operand of the instruction specified by |
getInstructionSuccessor | Gets the successor instruction of the instruction that was generated by this element for tag |
getOpcode | Gets the |
Inherited predicates
getAChild | Get the immediate child elements of this element. | from TranslatedElement |
getAST | Gets the AST node being translated. | from TranslatedExpr |
getEnclosingFunction | Gets the | from TranslatedExpr |
getExceptionSuccessorInstruction | Gets the instruction to which control should flow if an exception is thrown within this element. This will generally return first | from TranslatedElement |
getExpr | Gets the expression from which this | from TranslatedExpr |
getFunction | Gets the | from TranslatedExpr |
getId | Gets the an identifier string for the element. This string is unique within the scope of the element’s function. | from TranslatedElement |
getInstruction | Gets the instruction generated by this element with tag | from TranslatedElement |
getInstructionConstantValue | If the instruction specified by | from TranslatedElement |
getInstructionElementSize | If the instruction specified by | from TranslatedElement |
getInstructionExceptionType | If the instruction specified by | from TranslatedElement |
getInstructionField | If the instruction specified by | from TranslatedElement |
getInstructionFunction | If the instruction specified by | from TranslatedElement |
getInstructionInheritance | If the instruction specified by | from TranslatedElement |
getInstructionResultSize | If the instruction specified by | from TranslatedElement |
getInstructionStringLiteral | If the instruction specified by | from TranslatedElement |
getInstructionVariable | If the instruction specified by | from TranslatedElement |
getParent | Gets the parent element of this element. | from TranslatedElement |
getPrimaryInstructionForSideEffect | Gets the primary instruction for the side effect instruction that was generated by this element for tag | from TranslatedElement |
getResult | Gets the instruction that produces the result of the expression. | from TranslatedSingleInstructionExpr |
getResultType | Gets the type of the result produced by this expression. | from TranslatedExpr |
getTempVariable | Gets the temporary variable generated by this element with tag | from TranslatedElement |
hasInstruction | Holds if this element generates an instruction with opcode | from TranslatedSingleInstructionExpr |
hasTempVariable | Holds if this element generates a temporary variable with type | from TranslatedElement |
isResultGLValue | Returns | from TranslatedCoreExpr |
producesExprResult | Holds if this | from TranslatedCoreExpr |
toString | from TranslatedCoreExpr |