Uses of Class
org.metricshub.jawk.frontend.AstNode
Packages that use AstNode
-
Uses of AstNode in org.metricshub.jawk
Methods in org.metricshub.jawk that return AstNodeModifier and TypeMethodDescriptionAwk.getLastAst()Returns the last parsed AST produced byAwk.compile(List). -
Uses of AstNode in org.metricshub.jawk.frontend
Methods in org.metricshub.jawk.frontend that return AstNodeModifier and TypeMethodDescriptionAwkParser.parse(List<ScriptSource> localScriptSources) Parse the script streamed by script_reader.AwkParser.parseExpression(ScriptSource expressionSource) Parse a single AWK expression and return the corresponding AST.