Uses of Class
org.sentrysoftware.jawk.util.ScriptSource
Packages that use ScriptSource
-
Uses of ScriptSource in org.sentrysoftware.jawk.frontend
Method parameters in org.sentrysoftware.jawk.frontend with type arguments of type ScriptSourceModifier and TypeMethodDescriptionAwkParser.parse
(List<ScriptSource> scriptSources) Parse the script streamed by script_reader. -
Uses of ScriptSource in org.sentrysoftware.jawk.util
Subclasses of ScriptSource in org.sentrysoftware.jawk.utilModifier and TypeClassDescriptionclass
Represents one AWK-script file content source.Methods in org.sentrysoftware.jawk.util that return types with arguments of type ScriptSourceModifier and TypeMethodDescriptionAwkSettings.getScriptSources()
Getter for the fieldscriptSources
.Methods in org.sentrysoftware.jawk.util with parameters of type ScriptSourceModifier and TypeMethodDescriptionvoid
AwkSettings.addScriptSource
(ScriptSource scriptSource) Add the specified ScriptSourceMethod parameters in org.sentrysoftware.jawk.util with type arguments of type ScriptSourceModifier and TypeMethodDescriptionvoid
AwkSettings.setScriptSources
(List<ScriptSource> scriptSources) Script sources meta info.