Package com.googlecode.d2j.converter
Class J2IRConverter.JvmValue
- java.lang.Object
-
- com.googlecode.d2j.converter.J2IRConverter.JvmValue
-
- All Implemented Interfaces:
org.objectweb.asm.tree.analysis.Value
- Enclosing class:
- J2IRConverter
public static class J2IRConverter.JvmValue extends java.lang.Object implements org.objectweb.asm.tree.analysis.Value
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Set<J2IRConverter.JvmValue>otherParentJ2IRConverter.JvmValueparent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSize()
-
-
-
Field Detail
-
parent
public J2IRConverter.JvmValue parent
-
otherParent
public java.util.Set<J2IRConverter.JvmValue> otherParent
-
-