org.codehaus.jparsec.examples.bnf.ast
Class LiteralRule
java.lang.Object
org.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.bnf.ast.LiteralRule
- All Implemented Interfaces:
- Rule
public final class LiteralRule
- extends ValueObject
- implements Rule
Represents a literal rule.
- Author:
- benyu
literal
public final String literal
LiteralRule
public LiteralRule(String literal)
toString
public String toString()
- Overrides:
toString in class ValueObject
Copyright © 2014. All rights reserved.