Lines Matching full:creates
45 * Creates a new Value of the given type.
71 * Creates a new IntegerValue with an undefined value.
79 * Creates a new IntegerValue with a given particular value.
88 * Creates a new LongValue with an undefined value.
96 * Creates a new LongValue with a given particular value.
105 * Creates a new FloatValue with an undefined value.
113 * Creates a new FloatValue with a given particular value.
122 * Creates a new DoubleValue with an undefined value.
130 * Creates a new DoubleValue with a given particular value.
139 * Creates a new ReferenceValue that represents <code>null</code>.
148 * Creates a new ReferenceValue of the given type. The type must be an
164 * Creates a new ReferenceValue for arrays of the given type and length.