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

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DTerminal.java76 protected Terminal (String representation, BigInteger bigIntegerValue) argument
79 value (bigIntegerValue);
H A DDefaultExprFactory.java157 public Terminal terminal (String representation, BigInteger bigIntegerValue) argument
159 return new Terminal (representation, bigIntegerValue);
H A DExprFactory.java70 Terminal terminal (String representation, BigInteger bigIntegerValue); argument

Completed in 36 milliseconds