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 | Class and Description |
---|---|
class |
JBoolean |
class |
JBuffer |
class |
JByte |
class |
JDouble |
class |
JFloat |
class |
JInt |
class |
JLong |
class |
JMap |
class |
JRecord |
class |
JString |
class |
JVector |
Modifier and Type | Method and Description |
---|---|
JType |
JVector.getElementType() |
JType |
JField.getType() |
Constructor and Description |
---|
JField(JType type,
String name)
Creates a new instance of JField.
|
JMap(JType t1,
JType t2)
Creates a new instance of JMap.
|
JVector(JType t)
Creates a new instance of JVector.
|
Modifier and Type | Method and Description |
---|---|
JType |
Rcc.Type() |
Copyright © 2008–2023 The Apache Software Foundation. All rights reserved.