| Interface | Description |
|---|---|
| OKW_ParserListener |
This interface defines a complete listener for a parse tree produced by
OKW_Parser. |
| OKW_ParserVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by
OKW_Parser. |
| Class | Description |
|---|---|
| OKW_Lexer | |
| OKW_Parser | |
| OKW_Parser.EnvvalueContext | |
| OKW_Parser.KeyvalueContext | |
| OKW_Parser.Okw_env_varContext | |
| OKW_Parser.Okw_internal_varContext | |
| OKW_Parser.Okw_typekeyContext | |
| OKW_Parser.RootContext | |
| OKW_Parser.TextContext | |
| OKW_ParserBaseListener |
This class provides an empty implementation of
OKW_ParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods. |
| OKW_ParserBaseVisitor<T> |
This class provides an empty implementation of
OKW_ParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods. |
Copyright © 2017 OpenKeyWord. All rights reserved.