Returns the actual type of this token as determined by the lexer. @return the token type from Types
()
| 110 | * @return the token type from {@link Types} |
| 111 | */ |
| 112 | @Override |
| 113 | public int getType() { |
| 114 | return type; |
| 115 | } |
| 116 | |
| 117 | //-------------------------------------------------------------------------- |
| 118 | // MEMBER ACCESS |
no outgoing calls
no test coverage detected