Package org.immutables.generator
Class PostprocessingMachine.CommentMachine
- java.lang.Object
-
- org.immutables.generator.PostprocessingMachine.CommentMachine
-
- Enclosing class:
- PostprocessingMachine
static final class PostprocessingMachine.CommentMachine extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PostprocessingMachine.CommentStatestate
-
Constructor Summary
Constructors Constructor Description CommentMachine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanisInComment()(package private) voidnextChar(char c)
-
-
-
Field Detail
-
state
PostprocessingMachine.CommentState state
-
-