Class Not
java.lang.Object
software.amazon.smithy.rulesengine.language.syntax.SyntaxElement
software.amazon.smithy.rulesengine.language.syntax.expressions.Expression
software.amazon.smithy.rulesengine.language.syntax.expressions.functions.LibraryFunction
software.amazon.smithy.rulesengine.language.syntax.expressions.functions.Not
- All Implemented Interfaces:
- FromSourceLocation,- ToNode,- TypeCheck,- ToCondition,- ToExpression
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsFields inherited from class software.amazon.smithy.rulesengine.language.syntax.expressions.functions.LibraryFunctiondefinition, functionNode
- 
Method SummaryModifier and TypeMethodDescription<R> Raccept(ExpressionVisitor<R> visitor) Invoke theExpressionVisitorfunctions for this expression.static Not.DefinitionGets theFunctionDefinitionimplementation.static NotofExpressions(ToExpression arg1) Creates aNotfunction from the given expressions.protected TypetypeCheckLocal(Scope<Type> scope) Methods inherited from class software.amazon.smithy.rulesengine.language.syntax.expressions.functions.LibraryFunctionequals, expectOneArgument, getArguments, getName, getSourceLocation, hashCode, toNode, toStringMethods inherited from class software.amazon.smithy.rulesengine.language.syntax.expressions.ExpressionfromNode, getLiteral, getReference, of, of, of, parseShortform, toConditionBuilder, toExpression, type, typeCheckMethods inherited from class software.amazon.smithy.rulesengine.language.syntax.SyntaxElementbooleanEqual, getAttr, getAttr, isSet, isValidHostLabel, not, parseUrl, stringEqual, substring, templateMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.smithy.rulesengine.language.syntax.ToConditiontoCondition, toCondition
- 
Field Details- 
ID- See Also:
 
 
- 
- 
Method Details- 
getDefinitionGets theFunctionDefinitionimplementation.- Returns:
- the function definition.
 
- 
ofExpressionsCreates aNotfunction from the given expressions.- Parameters:
- arg1- the expression to negate.
- Returns:
- The resulting Notfunction.
 
- 
acceptDescription copied from class:ExpressionInvoke theExpressionVisitorfunctions for this expression.- Specified by:
- acceptin class- Expression
- Type Parameters:
- R- the visitor return type.
- Parameters:
- visitor- the visitor to be invoked.
- Returns:
- the return value of the visitor.
 
- 
typeCheckLocal- Overrides:
- typeCheckLocalin class- LibraryFunction
 
 
-