Uses of Class
com.strobel.reflection.emit.ConstantPool.LongConstant
-
Packages that use ConstantPool.LongConstant Package Description com.strobel.reflection.emit -
-
Uses of ConstantPool.LongConstant in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit that return ConstantPool.LongConstant Modifier and Type Method Description ConstantPool.LongConstant
ConstantPool. getLongConstant(long value)
Methods in com.strobel.reflection.emit with parameters of type ConstantPool.LongConstant Modifier and Type Method Description R
ConstantPool.Visitor. visitLongConstant(ConstantPool.LongConstant info, P p)
java.lang.Void
ConstantPool.Writer. visitLongConstant(ConstantPool.LongConstant info, CodeStream codeStream)
-