public class NewArrayExpression extends Expression implements ValueWithEscapeCheck
| Constructor and Description |
|---|
NewArrayExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
BytecodeTypeRef aType,
Value aLength) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeTypeRef |
getType() |
boolean |
isEscaping() |
void |
markAsEscaped() |
TypeRef |
resolveType() |
getAddress, getComment, getProgram, withCommentincomingDataFlows, receivesDataFrom, receivesDataFrom, receivesDataFrom, replaceIncomingDataEdge, routeIncomingDataFlowsTo, widestTypeOfaddEdgeTo, addIncomingEdge, incomingEdges, incomingEdges, outgoingEdges, outgoingEdges, singleOutgoingNodeMatchingpublic NewArrayExpression(Program aProgram, BytecodeOpcodeAddress aAddress, BytecodeTypeRef aType, Value aLength)
public BytecodeTypeRef getType()
public TypeRef resolveType()
resolveType in class Expressionpublic void markAsEscaped()
markAsEscaped in interface ValueWithEscapeCheckpublic boolean isEscaping()
isEscaping in interface ValueWithEscapeCheckCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.