Package io.jans.agama.dsl
Class Visitor
- java.lang.Object
-
- io.jans.agama.dsl.Visitor
-
public class Visitor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_XPATH_EXPR
static String
FLOWCALL_XPATH_EXPR
static String
INPUTS_XPATH_EXPR
static String
TIMEOUT_XPATH_EXPR
-
Constructor Summary
Constructors Constructor Description Visitor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static net.sf.saxon.sapling.SaplingDocument
document(org.antlr.v4.runtime.tree.ParseTree tree, int ruleIndex, Map<String,String> attrs)
-
-
-
Field Detail
-
FLOWCALL_XPATH_EXPR
public static final String FLOWCALL_XPATH_EXPR
- See Also:
- Constant Field Values
-
INPUTS_XPATH_EXPR
public static final String INPUTS_XPATH_EXPR
- See Also:
- Constant Field Values
-
CONFIG_XPATH_EXPR
public static final String CONFIG_XPATH_EXPR
- See Also:
- Constant Field Values
-
TIMEOUT_XPATH_EXPR
public static final String TIMEOUT_XPATH_EXPR
- See Also:
- Constant Field Values
-
-