mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-28 13:08:03 +00:00
add toString to TypedProgram
This commit is contained in:
parent
849ca1257b
commit
7d8e787668
@ -73,4 +73,12 @@ public class TypedProgram {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "TypedProgram{" +
|
||||||
|
"typedClasses=" + typedClasses +
|
||||||
|
", currentClass=" + currentClass +
|
||||||
|
'}';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user