public class IRPrimitiveTypeConversion extends IRExpression
| Constructor and Description |
|---|
IRPrimitiveTypeConversion(IRExpression root,
IRType fromType,
IRType toType) |
| Modifier and Type | Method and Description |
|---|---|
IRType |
getFromType() |
IRExpression |
getRoot() |
IRType |
getToType() |
IRType |
getType() |
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThispublic IRPrimitiveTypeConversion(IRExpression root, IRType fromType, IRType toType)
public IRExpression getRoot()
public IRType getFromType()
public IRType getToType()
public IRType getType()
getType in class IRExpressionCopyright © 2017. All rights reserved.