Uses of Class
com.google.javascript.jscomp.CodeGenerator.Context
-
Packages that use CodeGenerator.Context Package Description com.google.javascript.jscomp -
-
Uses of CodeGenerator.Context in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CodeGenerator.Context Modifier and Type Method Description static CodeGenerator.Context
CodeGenerator.Context. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CodeGenerator.Context[]
CodeGenerator.Context. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type CodeGenerator.Context Modifier and Type Method Description protected void
CodeGenerator. add(Node node, CodeGenerator.Context context)
protected void
CodeGenerator. add(Node node, CodeGenerator.Context context, boolean printComments)
Generate the current node
-