Lombok.ast - v0.2

lombok.ast.grammar
Class ProfilerParseRunner.Handler

java.lang.Object
  extended by lombok.ast.grammar.ProfilerParseRunner.Handler
All Implemented Interfaces:
org.parboiled.MatchHandler<V>
Enclosing class:
ProfilerParseRunner<V>

public final class ProfilerParseRunner.Handler
extends Object
implements org.parboiled.MatchHandler<V>


Constructor Summary
ProfilerParseRunner.Handler()
           
 
Method Summary
 boolean match(org.parboiled.MatcherContext<V> context)
           
 boolean matchRoot(org.parboiled.MatcherContext<V> rootContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilerParseRunner.Handler

public ProfilerParseRunner.Handler()
Method Detail

matchRoot

public boolean matchRoot(org.parboiled.MatcherContext<V> rootContext)
Specified by:
matchRoot in interface org.parboiled.MatchHandler<V>

match

public boolean match(org.parboiled.MatcherContext<V> context)
Specified by:
match in interface org.parboiled.MatchHandler<V>

Lombok.ast - v0.2

Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.