| Package | Description |
|---|---|
| com.github.palindromicity.syslog.dsl.generated |
| Modifier and Type | Method and Description |
|---|---|
Rfc5424Parser.SpContext |
Rfc5424Parser.sp() |
Rfc5424Parser.SpContext |
Rfc5424Parser.SyslogMsgContext.sp(int i) |
Rfc5424Parser.SpContext |
Rfc5424Parser.SyslogHeaderContext.sp(int i) |
Rfc5424Parser.SpContext |
Rfc5424Parser.SdElementContext.sp(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<Rfc5424Parser.SpContext> |
Rfc5424Parser.SyslogMsgContext.sp() |
List<Rfc5424Parser.SpContext> |
Rfc5424Parser.SyslogHeaderContext.sp() |
List<Rfc5424Parser.SpContext> |
Rfc5424Parser.SdElementContext.sp() |
| Modifier and Type | Method and Description |
|---|---|
void |
Rfc5424Listener.enterSp(Rfc5424Parser.SpContext ctx)
Enter a parse tree produced by
Rfc5424Parser.sp(). |
void |
Rfc5424BaseListener.enterSp(Rfc5424Parser.SpContext ctx)
Enter a parse tree produced by
Rfc5424Parser.sp(). |
void |
Rfc5424Listener.exitSp(Rfc5424Parser.SpContext ctx)
Exit a parse tree produced by
Rfc5424Parser.sp(). |
void |
Rfc5424BaseListener.exitSp(Rfc5424Parser.SpContext ctx)
Exit a parse tree produced by
Rfc5424Parser.sp(). |
T |
Rfc5424BaseVisitor.visitSp(Rfc5424Parser.SpContext ctx)
Visit a parse tree produced by
Rfc5424Parser.sp(). |
T |
Rfc5424Visitor.visitSp(Rfc5424Parser.SpContext ctx)
Visit a parse tree produced by
Rfc5424Parser.sp(). |
Copyright © 2021 palindromicity. All rights reserved.