Home
last modified time | relevance | path

Searched refs:constInfo (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DConstPool.java512 ConstInfo constInfo = this.getItem(index); in getLdcValue() local
514 if (constInfo instanceof StringInfo) in getLdcValue()
516 else if (constInfo instanceof FloatInfo) in getLdcValue()
518 else if (constInfo instanceof IntegerInfo) in getLdcValue()
520 else if (constInfo instanceof LongInfo) in getLdcValue()
522 else if (constInfo instanceof DoubleInfo) in getLdcValue()