FieldInit [constructor] [deleted] | Copy constructor |
operator= | Assignment operators |
Fold | |
convertInitializerBitRange [virtual] | |
convertInitializerTo [virtual] | |
dump | Debugging method that may be called through a debugger; just invokes print on stderr. |
getAsString [virtual] | |
getAsUnquotedString [virtual] | Convert this value to a literal form, without adding quotes around a string. |
getBit [virtual] | |
getCastTo [virtual] | |
getFieldName | |
getFieldType [virtual] | This method is used to implement the FieldInit class. Implementors of this method should return the type of the named field if they are of type record. |
getKind | Get the kind (type) of the value. |
getRecord | |
getRecordKeeper | Get the record keeper that initialized this Init. |
getType | Get the type of the Init as a RecTy. |
isComplete [virtual] | Is this a complete value with no unset (uninitialized) subvalues? |
isConcrete [virtual] | |
print | Print this value. |
resolveReferences [virtual] | |