Uses of Interface
com.google.caliper.util.Parser

Packages that use Parser
com.google.caliper.util   
 

Uses of Parser in com.google.caliper.util
 

Fields in com.google.caliper.util declared as Parser
static Parser<String> Parsers.IDENTITY
           
 

Methods in com.google.caliper.util that return Parser
static
<T> Parser<T>
Parsers.conventionalParser(Class<T> resultType)
          Parser that tries, in this order: ResultType.fromString(String) ResultType.decode(String) ResultType.valueOf(String) new ResultType(String)
 



Copyright © 2009-2011 Google, Inc.. All Rights Reserved.