Uses of Class
io.jawk.frontend.AstNode
Packages that use AstNode
-
Uses of AstNode in io.jawk
Modifier and TypeMethodDescriptionAwk.getLastAst()Returns the last parsed AST produced by the most recent program compilation. -
Uses of AstNode in io.jawk.frontend
Methods in io.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.