public class ValueReference extends Object
| Constructor and Description |
|---|
ValueReference(TypeProtos.MajorType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static ValueReference |
createComplexWriterRef(String name) |
static ValueReference |
createFieldReaderRef(String name) |
String |
getName() |
TypeProtos.MajorType |
getType() |
boolean |
isComplexWriter() |
boolean |
isConstant() |
boolean |
isFieldReader() |
void |
setConstant(boolean isConstant) |
String |
toString() |
public ValueReference(TypeProtos.MajorType type, String name)
public void setConstant(boolean isConstant)
public TypeProtos.MajorType getType()
public String getName()
public boolean isConstant()
public boolean isFieldReader()
public boolean isComplexWriter()
public static ValueReference createFieldReaderRef(String name)
public static ValueReference createComplexWriterRef(String name)
Copyright © 2017 The Apache Software Foundation. All rights reserved.