com.lyncode.jtwig.parser
Class JtwigConstantParser

java.lang.Object
  extended by org.parboiled.BaseActions<V>
      extended by org.parboiled.BaseParser<Constant>
          extended by com.lyncode.jtwig.parser.JtwigConstantParser
All Implemented Interfaces:
org.parboiled.ContextAware<Constant>

public class JtwigConstantParser
extends org.parboiled.BaseParser<Constant>


Field Summary
 
Fields inherited from class org.parboiled.BaseParser
ANY, DEDENT, EMPTY, EOI, INDENT, NOTHING
 
Constructor Summary
JtwigConstantParser()
           
 
Method Summary
 org.parboiled.Rule anyConstant()
           
 org.parboiled.Rule booleanValue()
           
 org.parboiled.Rule charValue()
           
 org.parboiled.Rule doubleValue()
           
 org.parboiled.Rule integerValue()
           
 org.parboiled.Rule nullValue()
           
 org.parboiled.Rule string()
           
 
Methods inherited from class org.parboiled.BaseParser
ACTION, AnyOf, AnyOf, AnyOf, Ch, CharRange, FirstOf, FirstOf, fromCharArray, fromCharLiteral, fromStringLiteral, IgnoreCase, IgnoreCase, IgnoreCase, newInstance, NoneOf, NoneOf, NTimes, NTimes, OneOrMore, OneOrMore, Optional, Optional, Sequence, Sequence, String, String, Test, Test, TestNot, TestNot, toRule, toRules, ZeroOrMore, ZeroOrMore
 
Methods inherited from class org.parboiled.BaseActions
currentChar, currentIndex, drop, drop, dup, getContext, hasError, inPredicate, match, matchedChar, matchEnd, matchLength, matchOrDefault, matchRange, matchStart, nodeSuppressed, peek, peek, poke, poke, pop, pop, position, push, push, pushAll, setContext, swap, swap3, swap4, swap5, swap6
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JtwigConstantParser

public JtwigConstantParser()
Method Detail

anyConstant

public org.parboiled.Rule anyConstant()

booleanValue

public org.parboiled.Rule booleanValue()

nullValue

public org.parboiled.Rule nullValue()

charValue

public org.parboiled.Rule charValue()

integerValue

public org.parboiled.Rule integerValue()

doubleValue

public org.parboiled.Rule doubleValue()

string

public org.parboiled.Rule string()


Copyright © 2014. All Rights Reserved.