Package | Description |
---|---|
de.up.ling.irtg.codec.treeautomaton |
Contains the tree automaton input codec, and supporting classes.
|
Modifier and Type | Method and Description |
---|---|
TreeAutomatonParser.FtaContext |
TreeAutomatonParser.fta() |
Modifier and Type | Method and Description |
---|---|
void |
TreeAutomatonBaseListener.enterFta(TreeAutomatonParser.FtaContext ctx)
Enter a parse tree produced by
TreeAutomatonParser.fta() . |
void |
TreeAutomatonListener.enterFta(TreeAutomatonParser.FtaContext ctx)
Enter a parse tree produced by
TreeAutomatonParser.fta() . |
void |
TreeAutomatonBaseListener.exitFta(TreeAutomatonParser.FtaContext ctx)
Exit a parse tree produced by
TreeAutomatonParser.fta() . |
void |
TreeAutomatonListener.exitFta(TreeAutomatonParser.FtaContext ctx)
Exit a parse tree produced by
TreeAutomatonParser.fta() . |
Copyright © 2017. All rights reserved.