Package org.openjdk.asmtools.jcoder
Class Jcoder.ContextVal
- java.lang.Object
-
- org.openjdk.asmtools.jcoder.Jcoder.ContextVal
-
- Enclosing class:
- Jcoder
private class Jcoder.ContextVal extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
compCount
(package private) Jcoder.ContextVal
owner
Jcoder.ContextTag
tag
-
Constructor Summary
Constructors Constructor Description ContextVal(Jcoder.ContextTag tg)
ContextVal(Jcoder.ContextTag tg, Jcoder.ContextVal ownr)
-
-
-
Field Detail
-
tag
public Jcoder.ContextTag tag
-
compCount
int compCount
-
owner
Jcoder.ContextVal owner
-
-
Constructor Detail
-
ContextVal
ContextVal(Jcoder.ContextTag tg)
-
ContextVal
ContextVal(Jcoder.ContextTag tg, Jcoder.ContextVal ownr)
-
-