public static class GenerationExpressionParser.LeafExprDesc extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GenerationExpressionParser.LeafExprDesc.Reference |
Constructor and Description |
---|
LeafExprDesc() |
Modifier and Type | Method and Description |
---|---|
String |
getConstant() |
GenerationExpressionParser.LeafExprDesc.Reference |
getReference() |
String |
getType() |
boolean |
isNull() |
void |
setConstant(String constant) |
void |
setNull(boolean aNull) |
void |
setReference(GenerationExpressionParser.LeafExprDesc.Reference reference) |
void |
setType(String type) |
public GenerationExpressionParser.LeafExprDesc.Reference getReference()
public void setReference(GenerationExpressionParser.LeafExprDesc.Reference reference)
public String getConstant()
public void setConstant(String constant)
public boolean isNull()
public void setNull(boolean aNull)
public String getType()
public void setType(String type)
Copyright © 2025 Alibaba Cloud Computing. All rights reserved.