lombok.ast.grammar
Class ProfilerParseRunner.Handler
java.lang.Object
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>
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 |
ProfilerParseRunner.Handler
public ProfilerParseRunner.Handler()
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>
Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.