Uses of Class
com.google.googlejavaformat.Doc.Token.RealOrImaginary
-
Packages that use Doc.Token.RealOrImaginary Package Description com.google.googlejavaformat -
-
Uses of Doc.Token.RealOrImaginary in com.google.googlejavaformat
Fields in com.google.googlejavaformat declared as Doc.Token.RealOrImaginary Modifier and Type Field Description private Doc.Token.RealOrImaginaryDoc.Token. realOrImaginaryMethods in com.google.googlejavaformat that return Doc.Token.RealOrImaginary Modifier and Type Method Description (package private) Doc.Token.RealOrImaginaryDoc.Token. realOrImaginary()Is the token good? That is, does it match anInput.Token?static Doc.Token.RealOrImaginaryDoc.Token.RealOrImaginary. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Doc.Token.RealOrImaginary[]Doc.Token.RealOrImaginary. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.googlejavaformat with parameters of type Doc.Token.RealOrImaginary Modifier and Type Method Description (package private) static OpDoc.Token. make(Input.Token token, Doc.Token.RealOrImaginary realOrImaginary, Indent plusIndentCommentsBefore, java.util.Optional<Indent> breakAndIndentTrailingComment)Make aToken.voidOpsBuilder. token(java.lang.String token, Doc.Token.RealOrImaginary realOrImaginary, Indent plusIndentCommentsBefore, java.util.Optional<Indent> breakAndIndentTrailingComment)Constructors in com.google.googlejavaformat with parameters of type Doc.Token.RealOrImaginary Constructor Description Token(Input.Token token, Doc.Token.RealOrImaginary realOrImaginary, Indent plusIndentCommentsBefore, java.util.Optional<Indent> breakAndIndentTrailingComment)
-