Class UnaryExpression
java.lang.Object
com.llamalad7.mixinextras.expression.impl.ast.expressions.Expression
com.llamalad7.mixinextras.expression.impl.ast.expressions.SimpleExpression
com.llamalad7.mixinextras.expression.impl.ast.expressions.UnaryExpression
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.llamalad7.mixinextras.expression.impl.ast.expressions.Expression
Expression.OutputSink -
Field Summary
FieldsFields inherited from class com.llamalad7.mixinextras.expression.impl.ast.expressions.Expression
src -
Constructor Summary
ConstructorsConstructorDescriptionUnaryExpression(ExpressionSource src, UnaryExpression.Operator operator, Expression expression) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanmatchesImpl(FlowValue node, ExpressionContext ctx) Methods inherited from class com.llamalad7.mixinextras.expression.impl.ast.expressions.SimpleExpression
captureMethods inherited from class com.llamalad7.mixinextras.expression.impl.ast.expressions.Expression
getSrc, inputsMatch, inputsMatch, inputsMatch, inputsMatch, matches
-
Field Details
-
operator
-
expression
-
-
Constructor Details
-
UnaryExpression
public UnaryExpression(ExpressionSource src, UnaryExpression.Operator operator, Expression expression)
-
-
Method Details
-
matchesImpl
- Overrides:
matchesImplin classExpression
-