Package | Description |
---|---|
com.whitestein.lsps.lang.ast | |
com.whitestein.lsps.lang.module |
Modifier and Type | Method and Description |
---|---|
ConstantInfo |
CustomConstantExpression.getConstantInfo()
Returns the constant info object.
|
Modifier and Type | Method and Description |
---|---|
static Expression |
CustomConstantExpression.create(ASTInfo astInfo,
ConstantInfo info)
Creates a custom constant expression.
|
Modifier and Type | Method and Description |
---|---|
ConstantInfo |
ConstantInfo.clone() |
ConstantInfo |
Module.getConstant(String name)
Returns a constant declared in this module.
|
ConstantInfo |
BasicModule.getConstant(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<ConstantInfo> |
Module.getConstants()
Returns a collection of constants declared in this module.
|
Collection<ConstantInfo> |
BasicModule.getConstants() |
Collection<ConstantInfo> |
NamespaceModel.getConstants(QID name)
Returns a list of constants for the given fully qualified name.
|
Collection<ConstantInfo> |
AbstractNamespace.getConstants(QID name) |
Collection<ConstantInfo> |
NamespaceModel.getVisibleConstants()
Returns a collection of all visible constants.
|
Collection<ConstantInfo> |
AbstractNamespace.getVisibleConstants() |
Modifier and Type | Method and Description |
---|---|
void |
Module.addConstant(ConstantInfo constantInfo)
Adds a constant.
|
void |
BasicModule.addConstant(ConstantInfo constantInfo) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.