Package org.ek9lang.compiler.phase1
Class EmitConstructAndReferenceConflictError
java.lang.Object
org.ek9lang.compiler.phase1.EmitConstructAndReferenceConflictError
- All Implemented Interfaces:
Consumer<ConflictingTokens>
final class EmitConstructAndReferenceConflictError
extends Object
implements Consumer<ConflictingTokens>
Error if a construct and a reference conflict with each other.
-
Constructor Summary
ConstructorDescriptionEmitConstructAndReferenceConflictError
(String constructType, ErrorListener errorListener, ErrorListener.SemanticClassification classification) Create consumer with specific details for the error. -
Method Summary
-
Constructor Details
-
EmitConstructAndReferenceConflictError
EmitConstructAndReferenceConflictError(String constructType, ErrorListener errorListener, ErrorListener.SemanticClassification classification) Create consumer with specific details for the error.
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<ConflictingTokens>
-