Uses of Class
eu.europa.ted.efx.sdk1.EfxParser.WhitespaceContext
-
Packages that use EfxParser.WhitespaceContext Package Description eu.europa.ted.efx.sdk1 -
-
Uses of EfxParser.WhitespaceContext in eu.europa.ted.efx.sdk1
Methods in eu.europa.ted.efx.sdk1 that return EfxParser.WhitespaceContext Modifier and Type Method Description EfxParser.WhitespaceContextEfxParser.TextBlockContext. whitespace()EfxParser.WhitespaceContextEfxParser. whitespace()Methods in eu.europa.ted.efx.sdk1 with parameters of type EfxParser.WhitespaceContext Modifier and Type Method Description voidEfxBaseListener. enterWhitespace(EfxParser.WhitespaceContext ctx)Enter a parse tree produced byEfxParser.whitespace().voidEfxListener. enterWhitespace(EfxParser.WhitespaceContext ctx)Enter a parse tree produced byEfxParser.whitespace().voidEfxBaseListener. exitWhitespace(EfxParser.WhitespaceContext ctx)Exit a parse tree produced byEfxParser.whitespace().voidEfxListener. exitWhitespace(EfxParser.WhitespaceContext ctx)Exit a parse tree produced byEfxParser.whitespace().
-