Uses of Enum
com.google.googlejavaformat.Doc.Token.RealOrImaginary
Packages that use Doc.Token.RealOrImaginary
-
Uses of Doc.Token.RealOrImaginary in com.google.googlejavaformat
Fields in com.google.googlejavaformat declared as Doc.Token.RealOrImaginaryModifier and TypeFieldDescriptionprivate final Doc.Token.RealOrImaginaryDoc.Token.realOrImaginaryMethods in com.google.googlejavaformat that return Doc.Token.RealOrImaginaryModifier and TypeMethodDescription(package private) Doc.Token.RealOrImaginaryDoc.Token.realOrImaginary()Is the token good? That is, does it match anInput.Token?static Doc.Token.RealOrImaginaryReturns 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.RealOrImaginaryModifier and TypeMethodDescription(package private) static OpDoc.Token.make(Input.Token token, Doc.Token.RealOrImaginary realOrImaginary, Indent plusIndentCommentsBefore, Optional<Indent> breakAndIndentTrailingComment) Make aToken.final voidOpsBuilder.token(String token, Doc.Token.RealOrImaginary realOrImaginary, Indent plusIndentCommentsBefore, Optional<Indent> breakAndIndentTrailingComment) Constructors in com.google.googlejavaformat with parameters of type Doc.Token.RealOrImaginaryModifierConstructorDescriptionprivateToken(Input.Token token, Doc.Token.RealOrImaginary realOrImaginary, Indent plusIndentCommentsBefore, Optional<Indent> breakAndIndentTrailingComment)