Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtMethod.java315 return new IntConstParameter(i); in integer()
373 static class IntConstParameter extends ConstParameter { class in CtMethod
376 IntConstParameter(int i) { in IntConstParameter() method in CtMethod.IntConstParameter