Class InstantiationExpression
java.lang.Object
com.llamalad7.mixinextras.expression.impl.ast.expressions.Expression
com.llamalad7.mixinextras.expression.impl.ast.expressions.InstantiationExpression
-
Nested Class Summary
Nested 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
ConstructorsConstructorDescriptionInstantiationExpression(ExpressionSource src, TypeIdentifier type, List<Expression> arguments) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcapture(FlowValue node, ExpressionContext ctx) protected booleanmatchesImpl(FlowValue node, ExpressionContext ctx) Methods inherited from class com.llamalad7.mixinextras.expression.impl.ast.expressions.Expression
getSrc, inputsMatch, inputsMatch, inputsMatch, inputsMatch, matches
-
Field Details
-
type
-
arguments
-
-
Constructor Details
-
InstantiationExpression
public InstantiationExpression(ExpressionSource src, TypeIdentifier type, List<Expression> arguments)
-
-
Method Details
-
matchesImpl
- Overrides:
matchesImplin classExpression
-
capture
- Overrides:
capturein classExpression
-