public class BooleanParser extends Object implements AtomParser
Modifier and Type | Field and Description |
---|---|
static String |
FALSE_LITERAL |
static String |
TRUE_LITERAL |
Constructor and Description |
---|
BooleanParser() |
public static final String FALSE_LITERAL
public static final String TRUE_LITERAL
public boolean parse(String str, Object[] holder, ParseCtx pctx)
parse
in interface AtomParser
Copyright © 2022. All rights reserved.