Package | Description |
---|---|
org.apache.jute.compiler |
This package contains classes needed for code generation
from the hadoop record compiler.
|
org.apache.jute.compiler.generated |
This package contains code generated by JavaCC from the
Hadoop record syntax file rcc.jj.
|
Modifier and Type | Method and Description |
---|---|
List<JField> |
JRecord.getFields() |
Constructor and Description |
---|
JRecord(String name,
ArrayList<JField> flist)
Creates a new instance of JRecord.
|
Modifier and Type | Method and Description |
---|---|
JField |
Rcc.Field() |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.