Uses of Class
com.google.javascript.rhino.jstype.RecordTypeBuilder
-
Packages that use RecordTypeBuilder Package Description com.google.javascript.rhino.jstype -
-
Uses of RecordTypeBuilder in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return RecordTypeBuilder Modifier and Type Method Description RecordTypeBuilderRecordTypeBuilder. addProperty(java.lang.String name, JSType type, Node propertyNode)Adds a property with the given name and type to the record type.
-