public abstract class ParserContext.AbstractState extends Object implements ParserState
| Constructor and Description |
|---|
AbstractState(fluent.dsl.parser.ParserContext.Node node) |
| Modifier and Type | Method and Description |
|---|---|
ParserState |
annotation(AnnotationModel annotationModel) |
ParserState |
keyword(String name,
List<String> aliases,
boolean useVarargs) |
ParserState |
method(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbind, bind, constant, parameterpublic AbstractState(fluent.dsl.parser.ParserContext.Node node)
public ParserState annotation(AnnotationModel annotationModel)
annotation in interface ParserStatepublic ParserState keyword(String name, List<String> aliases, boolean useVarargs)
keyword in interface ParserStatepublic ParserState method(String name)
method in interface ParserStateCopyright © 2019. All rights reserved.