Class Ast.DefaultAst
java.lang.Object
org.springframework.shell.command.parser.Ast.DefaultAst
- All Implemented Interfaces:
Ast
- Enclosing interface:
- Ast
Default implementation of an
Ast
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.shell.command.parser.Ast
Ast.AstResult, Ast.DefaultAst
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGenerate ast result from a tokens.
-
Constructor Details
-
DefaultAst
public DefaultAst()
-
-
Method Details
-
generate
Description copied from interface:Ast
Generate ast result from a tokens.Ast.AstResult
contains info about token to ast tree generation.
-