public class ParserContext.KeywordState extends ParserContext.AbstractState
| Constructor and Description |
|---|
KeywordState(fluent.dsl.parser.ParserContext.Node node,
String name,
List<String> aliases,
boolean useVarargs) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(MethodModel body) |
void |
bind(MethodModel body,
TypeModel returnType) |
ParserState |
constant(String name) |
ParserState |
parameter(VariableElement parameterModel) |
annotation, keyword, methodpublic KeywordState(fluent.dsl.parser.ParserContext.Node node, String name, List<String> aliases, boolean useVarargs)
public ParserState constant(String name)
public ParserState parameter(VariableElement parameterModel)
public void bind(MethodModel body)
public void bind(MethodModel body, TypeModel returnType)
Copyright © 2019. All rights reserved.