Class IntLiteralExpression
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.IntLiteralExpression
-
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
Constructors -
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
-
value
public final long value
-
-
Constructor Details
-
IntLiteralExpression
-
-
Method Details
-
matchesImpl
- Overrides:
matchesImplin classExpression
-