mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
Getter for astgen
This commit is contained in:
@@ -302,6 +302,11 @@ public class ErrorCheckerService implements Runnable{
|
||||
}
|
||||
|
||||
protected ASTGenerator astGenerator;
|
||||
|
||||
public ASTGenerator getASTGenerator() {
|
||||
return astGenerator;
|
||||
}
|
||||
|
||||
/**
|
||||
* This thing acts as an event queue counter of sort.
|
||||
* Since error checking happens on demand, anytime this counter
|
||||
|
||||
Reference in New Issue
Block a user