mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-04 14:56:28 +00:00
More refactoring
This commit is contained in:
@@ -77,9 +77,9 @@ public class ParserTest {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Void invoke(ImplementationArguments implementationArguments, Scope scope) {
|
||||
System.out.println("string: " + a.invoke(implementationArguments, scope) + ", double: " +
|
||||
b.invoke(implementationArguments, scope));
|
||||
public Void evaluate(ImplementationArguments implementationArguments, Scope scope) {
|
||||
System.out.println("string: " + a.evaluate(implementationArguments, scope) + ", double: " +
|
||||
b.evaluate(implementationArguments, scope));
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user