Class TokenLine
java.lang.Object
cool.klass.model.converter.compiler.annotation.TokenLine
-
Constructor Summary
ConstructorsConstructorDescriptionTokenLine(int line, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.Token> tokens) -
Method Summary
-
Constructor Details
-
TokenLine
public TokenLine(int line, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.Token> tokens)
-
-
Method Details