interface Parser
Modifier and Type | Method and Description |
---|---|
void |
initialize(Trees args) |
void |
open(org.apache.hadoop.fs.FSDataInputStream fsin,
long start,
long end) |
void |
open(String file) |
void |
open(String host,
int port) |
Bag |
parse(String s) |
String |
slice() |
Tree |
type() |
Copyright © 2013-2016 The Apache Software Foundation. All Rights Reserved.