Uses of Interface
xtc.util.Action

Packages that use Action
xtc.parser   
 

Uses of Action in xtc.parser
 

Method parameters in xtc.parser with type arguments of type Action
protected
<T> T
ParserBase.apply(Pair<Action<T>> actions, T seed)
          Apply the specified actions on the specified seed.
protected
<T extends Locatable>
T
ParserBase.apply(Pair<Action<T>> actions, T seed, int index)
          Apply the specified actions on the specified seed while also setting the results' locations.
 



Copyright © 2012. All Rights Reserved.