- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
Position(final EmbeddedElixir lexer) { this.eexPosition = lexer.eexLexer.getCurrentPosition(); if (lexer.eexLexer.getTokenType() == ELIXIR) { this.elixirPosition = lexer.elixirLexer.getCurrentPosition(); } else { this.elixirPosition = null; } }