Class InlineVariableRead
java.lang.Object
de.firemage.autograder.core.integrated.evaluator.fold.InlineVariableRead
- All Implemented Interfaces:
Fold
Inline reads of constant variables with its value.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Foldcreate()<T> spoon.reflect.code.CtExpression<T>foldCtVariableRead(spoon.reflect.code.CtVariableRead<T> ctVariableRead) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.firemage.autograder.core.integrated.evaluator.fold.Fold
enter, exit, fold, foldCtBinaryOperator, foldCtExpression, foldCtLiteral, foldCtUnaryOperator
-
Method Details
-
create
-
foldCtVariableRead
public <T> spoon.reflect.code.CtExpression<T> foldCtVariableRead(spoon.reflect.code.CtVariableRead<T> ctVariableRead) - Specified by:
foldCtVariableReadin interfaceFold
-