Uses of Class
com.google.javascript.rhino.StaticSourceFile.SourceKind
-
Packages that use StaticSourceFile.SourceKind Package Description com.google.javascript.jscomp com.google.javascript.rhino -
-
Uses of StaticSourceFile.SourceKind in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return StaticSourceFile.SourceKind Modifier and Type Method Description StaticSourceFile.SourceKindSourceFile. getKind()Returns the source kind.Methods in com.google.javascript.jscomp with parameters of type StaticSourceFile.SourceKind Modifier and Type Method Description static SourceFileSourceFile. fromCode(java.lang.String fileName, java.lang.String code, StaticSourceFile.SourceKind kind)voidSourceFile. setKind(StaticSourceFile.SourceKind kind)Sets the source kind.SourceFile.BuilderSourceFile.Builder. withKind(StaticSourceFile.SourceKind kind)Set the source kind. -
Uses of StaticSourceFile.SourceKind in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return StaticSourceFile.SourceKind Modifier and Type Method Description StaticSourceFile.SourceKindSimpleSourceFile. getKind()StaticSourceFile.SourceKindStaticSourceFile. getKind()The source kind.static StaticSourceFile.SourceKindStaticSourceFile.SourceKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StaticSourceFile.SourceKind[]StaticSourceFile.SourceKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.javascript.rhino with parameters of type StaticSourceFile.SourceKind Constructor Description SimpleSourceFile(java.lang.String name, StaticSourceFile.SourceKind kind)
-