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.LongConstantConstantPool. getLongConstant(long value)Methods in com.strobel.reflection.emit with parameters of type ConstantPool.LongConstant Modifier and Type Method Description RConstantPool.Visitor. visitLongConstant(ConstantPool.LongConstant info, P p)java.lang.VoidConstantPool.Writer. visitLongConstant(ConstantPool.LongConstant info, CodeStream codeStream)
-