Uses of Interface
me.grison.jtoml.Parser

Packages that use Parser
me.grison.jtoml   
me.grison.jtoml.impl   
 

Uses of Parser in me.grison.jtoml
 

Methods in me.grison.jtoml with type parameters of type Parser
<T extends Parser & Getter>
T
Parser.parseFile(File file)
          Parse the given File as TOML.
<T extends Parser & Getter>
T
Parser.parseString(String string)
          Parse the given String as TOML.
 

Uses of Parser in me.grison.jtoml.impl
 

Classes in me.grison.jtoml.impl that implement Parser
 class Toml
          Toml parsing class front-end.
 



Copyright © 2013. All Rights Reserved.