Package | Description |
---|---|
org.tinygroup.template | |
org.tinygroup.template.impl | |
org.tinygroup.template.interpret |
Modifier and Type | Method and Description |
---|---|
List<EvaluateExpression> |
Macro.getParameterDefaultValues()
返回宏的参数的默认值
|
Modifier and Type | Method and Description |
---|---|
List<EvaluateExpression> |
AbstractMacro.getParameterDefaultValues() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMacro.addParameter(String parameterName,
EvaluateExpression defaultValue) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMacro.setParameterDefaultValues(List<EvaluateExpression> parameterDefaultValues) |
Constructor and Description |
---|
AbstractMacro(String name,
List<String> parameterNames,
List<EvaluateExpression> parameterDefaultValues) |
Modifier and Type | Class and Description |
---|---|
class |
EvaluateExpressionImpl
Created by luog on 15/7/20.
|
Modifier and Type | Method and Description |
---|---|
List<EvaluateExpression> |
MacroFromContext.getParameterDefaultValues() |
Modifier and Type | Method and Description |
---|---|
void |
MacroFromContext.addParameter(String parameterName,
EvaluateExpression defaultValue) |
Copyright © 2006–2018 TinyGroup. All rights reserved.