Package org.vesalainen.bcc
Class ByteCodeVerifier.Context
- java.lang.Object
-
- org.vesalainen.bcc.ByteCodeVerifier.Context
-
- Enclosing class:
- ByteCodeVerifier
private class ByteCodeVerifier.Context extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private javax.lang.model.type.TypeMirror[]lvTypeprivate intpcprivate ByteCodeVerifier.OperandStacks
-
Constructor Summary
Constructors Constructor Description Context(int pc, ByteCodeVerifier.OperandStack s, javax.lang.model.type.TypeMirror[] lvType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.lang.model.type.TypeMirror[]getLvType()intgetPc()ByteCodeVerifier.OperandStackgetS()
-
-
-
Field Detail
-
pc
private int pc
-
s
private ByteCodeVerifier.OperandStack s
-
lvType
private javax.lang.model.type.TypeMirror[] lvType
-
-
Constructor Detail
-
Context
public Context(int pc, ByteCodeVerifier.OperandStack s, javax.lang.model.type.TypeMirror[] lvType)
-
-
Method Detail
-
getLvType
public javax.lang.model.type.TypeMirror[] getLvType()
-
getPc
public int getPc()
-
getS
public ByteCodeVerifier.OperandStack getS()
-
-