Uses of Class
org.sentrysoftware.jawk.util.ScriptSource
-
Uses of ScriptSource in org.sentrysoftware.jawk.frontend
Modifier and TypeMethodDescriptionAwkParser.parse
(List<ScriptSource> scriptSources) Parse the script streamed by script_reader. -
Uses of ScriptSource in org.sentrysoftware.jawk.util
Modifier and TypeClassDescriptionclass
Represents one AWK-script file content source.Modifier and TypeMethodDescriptionAwkSettings.getScriptSources()
Getter for the fieldscriptSources
.Modifier and TypeMethodDescriptionvoid
AwkSettings.addScriptSource
(ScriptSource scriptSource) Add the specified ScriptSourceModifier and TypeMethodDescriptionvoid
AwkSettings.setScriptSources
(List<ScriptSource> scriptSources) Script sources meta info.