| Modifier and Type | Class and Description |
|---|---|
class |
ASTActionBase |
class |
ASTActionError |
class |
ASTComment |
class |
ASTGlobalElement |
class |
ASTGlobalNamedElement |
class |
ASTModel |
class |
ASTRule |
class |
ASTUnknown |
class |
ASTVariable |
| Modifier and Type | Method and Description |
|---|---|
<T extends ASTItem> |
ASTVariable.collectItemsOfType(Class<T> cls) |
<T extends ASTItem> |
ASTItem.collectItemsOfType(Class<T> cls) |
<T extends ASTItem> |
ASTRule.collectItemsOfType(Class<T> cls) |
<T extends ASTItem> |
ASTModel.collectItemsOfType(Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
List<ASTItem> |
ASTVariable.children() |
List<ASTItem> |
ASTItem.children() |
List<ASTItem> |
ASTRule.children() |
List<ASTItem> |
ASTModel.children() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTItem.walk(List<ASTItem> children,
ThrowingConsumer<ASTWalkingContext> action,
Class<?> cls) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTBuilderBase<TBuilder,TParentBuilder,TModel extends ASTItem> |
| Modifier and Type | Field and Description |
|---|---|
protected TModel |
ASTBuilderBase.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTCondition |
class |
ASTConditionBase |
class |
ASTConditionGroup |
| Modifier and Type | Method and Description |
|---|---|
<T extends ASTItem> |
ASTConditionGroup.collectItemsOfType(Class<T> cls) |
<T extends ASTItem> |
ASTCondition.collectItemsOfType(Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
List<ASTItem> |
ASTConditionGroup.children() |
List<ASTItem> |
ASTCondition.children() |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTOperandArray |
class |
ASTOperandBase |
class |
ASTOperandFunction |
class |
ASTOperandStatic |
class |
ASTOperandStaticNumber |
class |
ASTOperandStaticString |
class |
ASTOperandValueBase |
class |
ASTOperandVariable |
class |
ASTSemanticOperator |
| Modifier and Type | Method and Description |
|---|---|
<T extends ASTItem> |
ASTOperandFunction.collectItemsOfType(Class<T> cls) |
<T extends ASTItem> |
ASTOperandArray.collectItemsOfType(Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
List<ASTItem> |
ASTOperandFunction.children() |
List<ASTItem> |
ASTOperandArray.children() |
List<ASTItem> |
ASTOperandVariable.children() |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTOperandArithmetical |
class |
ASTOperandArithmeticalItemBase |
class |
ASTOperandArithmeticalNumberItem |
class |
ASTOperandArithmeticalOperation |
class |
ASTOperandArithmeticalPropertyItem |
class |
ASTOperandArithmeticalStringItem |
class |
ASTOperandArithmeticalVariable |
| Modifier and Type | Method and Description |
|---|---|
<T extends ASTItem> |
ASTOperandArithmeticalItemBase.collectItemsOfType(Class<T> cls) |
<T extends ASTItem> |
ASTOperandArithmeticalOperation.collectItemsOfType(Class<T> cls) |
<T extends ASTItem> |
ASTOperandArithmetical.collectItemsOfType(Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
List<ASTItem> |
ASTOperandArithmeticalItemBase.children() |
List<ASTItem> |
ASTOperandArithmeticalOperation.children() |
List<ASTItem> |
ASTOperandArithmetical.children() |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTOperandLambdaCondition |
class |
ASTOperandLambdaExpression |
class |
ASTOperandLambdaProperty |
| Modifier and Type | Method and Description |
|---|---|
<T extends ASTItem> |
ASTOperandLambdaExpression.collectItemsOfType(Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
List<ASTItem> |
ASTOperandLambdaExpression.children() |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTOperandProperty |
class |
ASTPropertyConstraintPart |
class |
ASTPropertyPart |
class |
ASTPropertyStaticPart |
| Modifier and Type | Method and Description |
|---|---|
<T extends ASTItem> |
ASTOperandProperty.collectItemsOfType(Class<T> cls) |
<T extends ASTItem> |
ASTPropertyConstraintPart.collectItemsOfType(Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
List<ASTItem> |
ASTOperandProperty.children() |
| Modifier and Type | Method and Description |
|---|---|
ASTItem |
ASTValidationException.getItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTValidationSummaryException.add(String message,
ASTItem item) |
| Constructor and Description |
|---|
ASTValidationException(String message,
ASTItem item) |
ASTValidationException(String message,
ASTItem item,
int position) |
ASTValidationException(String message,
ASTItem item,
int startError,
int lengthError) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ASTItem> |
ASTWalkingContext.getCurrentAs(Class<T> cls) |
<T extends ASTItem> |
ASTWalkingContext.getParentAs(Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
ASTItem |
ASTWalkingContext.getCurrent() |
ASTItem |
ASTWalkingContext.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTWalkingContext.setCurrent(ASTItem current) |
void |
ASTWalkingContext.setParent(ASTItem parent) |
| Constructor and Description |
|---|
ASTWalkingContext(ASTItem parent,
ASTItem current) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTItemAssertionBase<T extends ASTItem,P extends ASTAssertionBase,S extends ASTAssertionBase> |
class |
ASTListAssertionBase<A extends ASTItem,T extends ASTAssertionBase,P extends ASTAssertionBase> |
| Modifier and Type | Field and Description |
|---|---|
protected T |
ASTItemAssertionBase.model |
| Modifier and Type | Method and Description |
|---|---|
<S extends ASTAssertionBase,T extends ASTItem,O extends ASTOperandBase> |
ArithmeticOperandAssertion.getAssertion(Class<S> assrt,
Class<T> cls,
Class<O> operandCls,
String name) |
<S extends ASTAssertionBase,T extends ASTItem> |
OperandAssertion.getAssertion(Class<S> assrt,
Class<T> cls,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
ASTValidator.shouldNotBeEmpty(T value,
String paramName,
ASTItem item,
String... customMessage) |
Copyright © 2020. All rights reserved.