Package de.mirkosertic.bytecoder.core.ir
Class EnumValuesOf
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.ir.Node
-
- de.mirkosertic.bytecoder.core.ir.Value
-
- de.mirkosertic.bytecoder.core.ir.EnumValuesOf
-
public class EnumValuesOf extends Value
-
-
Constructor Summary
Constructors Constructor Description EnumValuesOf(Graph owner, org.objectweb.asm.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumValuesOfstampInto(Graph target)-
Methods inherited from class de.mirkosertic.bytecoder.core.ir.Node
addIncomingData, additionalDebugInfo, hasSideSideEffect, hasSideSideEffectRecursive, isConstant, outgoingDataFlows, remapDataFlow, removeFromIncomingData, sanityCheck
-
-
-
-
Constructor Detail
-
EnumValuesOf
EnumValuesOf(Graph owner, org.objectweb.asm.Type type)
-
-
Method Detail
-
stampInto
public EnumValuesOf stampInto(Graph target)
-
-