Class MethodArgument
java.lang.Object
de.mirkosertic.bytecoder.core.ir.Node
de.mirkosertic.bytecoder.core.ir.Value
de.mirkosertic.bytecoder.core.ir.MethodArgument
-
Field Summary
FieldsFields inherited from class Node
error, incomingDataFlows, nodeType, owner -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class Node
addIncomingData, hasSideSideEffect, hasSideSideEffectRecursive, outgoingDataFlows, remapDataFlow, removeFromIncomingData, sanityCheck
-
Field Details
-
index
public final int index
-
-
Constructor Details
-
MethodArgument
MethodArgument(Graph owner, org.objectweb.asm.Type type, int index)
-
-
Method Details
-
additionalDebugInfo
- Overrides:
additionalDebugInfoin classNode
-
isConstant
public boolean isConstant()- Overrides:
isConstantin classNode
-
stampInto
-