Package org.reploop.parser.thrift.tree
Class Include
- java.lang.Object
-
- org.reploop.parser.thrift.Node
-
- org.reploop.parser.thrift.tree.Header
-
- org.reploop.parser.thrift.tree.Include
-
public class Include extends Header
Included files are looked up in the current directory and by searching relative to any paths specified with the -I compiler flag.- Since:
- 2015-07-03 00
- Author:
- George Cao(georgecao@outlook.com)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(AstVisitor<R,C> visitor, C context)booleanequals(Object o)StringgetFile()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Include
public Include(String file)
-
-
Method Detail
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
-
getFile
public String getFile()
-
-