Uses of Class
com.google.javascript.rhino.jstype.EnumType
-
Packages that use EnumType Package Description com.google.javascript.jscomp com.google.javascript.rhino.jstype -
-
Uses of EnumType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type EnumType Modifier and Type Method Description SymbolTable.SymbolSymbolTable. getSymbolDeclaredBy(EnumType enumType)Gets the symbol for the given enum. -
Uses of EnumType in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return EnumType Modifier and Type Method Description EnumTypeJSTypeRegistry. createEnumType(java.lang.String name, Node source, JSType elementsType)Creates an enum type.EnumTypeEnumElementType. getEnumType()EnumTypeEnumType. toMaybeEnumType()EnumTypeJSType. toMaybeEnumType()Downcasts this to an EnumType, or returns null if this is not an EnumType.EnumTypeProxyObjectType. toMaybeEnumType()
-