public class JavaLangClassIntrinsic extends Intrinsic
| Constructor and Description |
|---|
JavaLangClassIntrinsic() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
intrinsify(Program aProgram,
BytecodeInstructionGETSTATIC aInstruction,
String aFieldName,
BytecodeObjectTypeRef aTtargetType,
RegionNode aTargetBlock,
ParsingHelper aHelper) |
boolean |
intrinsify(Program aProgram,
BytecodeInstructionINVOKESPECIAL aInstruction,
String aMethodName,
BytecodeObjectTypeRef aType,
List<Value> aArguments,
Variable aTarget,
RegionNode aTargetBlock,
ParsingHelper aHelper) |
boolean |
intrinsify(Program aProgram,
BytecodeInstructionINVOKESTATIC aInstruction,
String aMethodName,
List<Value> aArguments,
BytecodeObjectTypeRef aTargetClass,
RegionNode aTargetBlock,
ParsingHelper aHelper) |
boolean |
intrinsify(Program aProgram,
BytecodeInstructionINVOKEVIRTUAL aInstruction,
String aMethodName,
List<Value> aArguments,
Value aTarget,
RegionNode aTargetBlock,
ParsingHelper aHelper) |
boolean |
intrinsify(Program aProgram,
BytecodeInstructionPUTSTATIC aInstruction,
String aFieldName,
BytecodeObjectTypeRef aTtargetType,
Value aValue,
RegionNode aTargetBlock,
ParsingHelper aHelper) |
public boolean intrinsify(Program aProgram, BytecodeInstructionINVOKESPECIAL aInstruction, String aMethodName, BytecodeObjectTypeRef aType, List<Value> aArguments, Variable aTarget, RegionNode aTargetBlock, ParsingHelper aHelper)
intrinsify in class Intrinsicpublic boolean intrinsify(Program aProgram, BytecodeInstructionINVOKESTATIC aInstruction, String aMethodName, List<Value> aArguments, BytecodeObjectTypeRef aTargetClass, RegionNode aTargetBlock, ParsingHelper aHelper)
intrinsify in class Intrinsicpublic boolean intrinsify(Program aProgram, BytecodeInstructionINVOKEVIRTUAL aInstruction, String aMethodName, List<Value> aArguments, Value aTarget, RegionNode aTargetBlock, ParsingHelper aHelper)
intrinsify in class Intrinsicpublic boolean intrinsify(Program aProgram, BytecodeInstructionGETSTATIC aInstruction, String aFieldName, BytecodeObjectTypeRef aTtargetType, RegionNode aTargetBlock, ParsingHelper aHelper)
intrinsify in class Intrinsicpublic boolean intrinsify(Program aProgram, BytecodeInstructionPUTSTATIC aInstruction, String aFieldName, BytecodeObjectTypeRef aTtargetType, Value aValue, RegionNode aTargetBlock, ParsingHelper aHelper)
intrinsify in class IntrinsicCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.