Uses of Class
com.google.javascript.rhino.jstype.Property
-
Packages that use Property Package Description com.google.javascript.rhino.jstype -
-
Uses of Property in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return Property Modifier and Type Method Description @Nullable PropertyProperty. getDeclaration()PropertyObjectType. getOwnSlot(java.lang.String name)PropertyFunctionType. getSlot(java.lang.String name)@Nullable PropertyObjectType. getSlot(java.lang.String name)Default getSlot implementation.PropertyProperty. getSymbol()PropertyProperty.OwnedProperty. getValue()Constructors in com.google.javascript.rhino.jstype with parameters of type Property Constructor Description OwnedProperty(ObjectType owner, Property value)
-