Searched defs:IntConstParameter (Results 1 - 1 of 1) sorted by relevance

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

Completed in 171 milliseconds