public class IRFieldGetExpression extends IRExpression
| Constructor and Description |
|---|
IRFieldGetExpression(IRExpression lhs,
String name,
IRType fieldType,
IRType ownersType) |
| Modifier and Type | Method and Description |
|---|---|
IRType |
getFieldType() |
IRExpression |
getLhs() |
String |
getName() |
IRType |
getOwnersType() |
IRType |
getType() |
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThispublic IRFieldGetExpression(IRExpression lhs, String name, IRType fieldType, IRType ownersType)
public IRExpression getLhs()
public String getName()
public IRType getFieldType()
public IRType getOwnersType()
public IRType getType()
getType in class IRExpressionCopyright © 2022. All rights reserved.