Uses of Class
com.google.javascript.rhino.StaticSourceFile.SourceKind
-
Packages that use StaticSourceFile.SourceKind Package Description com.google.javascript.jscomp Provides the core compiler and its public API.com.google.javascript.rhino The core AST from 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)static SourceFileSourceFile. fromFile(java.lang.String fileName, java.nio.charset.Charset charset, StaticSourceFile.SourceKind kind)static SourceFileSourceFile. fromPath(java.nio.file.Path path, java.nio.charset.Charset charset, StaticSourceFile.SourceKind kind)static SourceFileSourceFile. fromZipEntry(java.lang.String originalZipPath, java.lang.String absoluteZipPath, java.lang.String entryPath, java.nio.charset.Charset inputCharset, StaticSourceFile.SourceKind kind)voidSourceFile. setKind(StaticSourceFile.SourceKind kind)Sets the source kind.SourceFile.BuilderSourceFile.Builder. withKind(StaticSourceFile.SourceKind kind)Set the source kind.Constructors in com.google.javascript.jscomp with parameters of type StaticSourceFile.SourceKind Constructor Description SourceFile(java.lang.String fileName, StaticSourceFile.SourceKind kind)Construct a new abstract source file. -
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)
-