Package com.github.javaparser
Class GeneratedJavaParserTokenManagerBase
- java.lang.Object
-
- com.github.javaparser.GeneratedJavaParserTokenManagerBase
-
abstract class GeneratedJavaParserTokenManagerBase extends java.lang.Object
Base class forGeneratedJavaParserTokenManager
-
-
Constructor Summary
Constructors Constructor Description GeneratedJavaParserTokenManagerBase()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static Comment
createCommentFromToken(Token token)
Since comments are completely captured in a single token, including their delimiters, deconstruct them here so we can turn them into nodes later on.private static TokenRange
tokenRange(Token token)
Create a TokenRange that spans exactly one token
-
-
-
Method Detail
-
tokenRange
private static TokenRange tokenRange(Token token)
Create a TokenRange that spans exactly one token
-
-