public class MatchMethods extends Object
| Constructor and Description |
|---|
MatchMethods(Iterable<OutputValue> values) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.MethodSpec |
createAbstractFoldVoidMethod() |
com.squareup.javapoet.MethodSpec |
createFoldVoidMethod(OutputValue value) |
public MatchMethods(Iterable<OutputValue> values)
public com.squareup.javapoet.MethodSpec createAbstractFoldVoidMethod()
throws ParserException
ParserExceptionpublic com.squareup.javapoet.MethodSpec createFoldVoidMethod(OutputValue value) throws ParserException
ParserExceptionCopyright © 2018. All rights reserved.