Uses of Class
net.morimekta.providence.reflect.parser.ThriftToken
-
Packages that use ThriftToken Package Description net.morimekta.providence.reflect.model net.morimekta.providence.reflect.parser net.morimekta.providence.reflect.util -
-
Uses of ThriftToken in net.morimekta.providence.reflect.model
Methods in net.morimekta.providence.reflect.model that return types with arguments of type ThriftToken Modifier and Type Method Description java.util.List<ThriftToken>FieldDeclaration. getDefaultValueTokens()java.util.List<ThriftToken>MethodDeclaration. getReturnTypeTokens()java.util.List<ThriftToken>ConstDeclaration. getTypeTokens()java.util.List<ThriftToken>FieldDeclaration. getTypeTokens()java.util.List<ThriftToken>TypedefDeclaration. getTypeTokens()java.util.List<ThriftToken>ConstDeclaration. getValueTokens()Constructors in net.morimekta.providence.reflect.model with parameters of type ThriftToken Constructor Description AnnotationDeclaration(ThriftToken tagToken, ThriftToken valueToken)ConstDeclaration(java.lang.String documentation, ThriftToken constToken, ThriftToken name, java.util.List<ThriftToken> typeTokens, java.util.List<ThriftToken> valueTokens, java.util.List<AnnotationDeclaration> annotations)Declaration(java.lang.String documentation, ThriftToken nameToken, java.util.List<AnnotationDeclaration> annotations)EnumDeclaration(java.lang.String documentation, ThriftToken enumToken, ThriftToken name, java.util.List<EnumValueDeclaration> values, java.util.List<AnnotationDeclaration> annotations)EnumValueDeclaration(java.lang.String documentation, ThriftToken nameToken, ThriftToken idToken, int id, java.util.List<AnnotationDeclaration> annotations)FieldDeclaration(java.lang.String documentation, ThriftToken id, int fieldId, ThriftToken requirement, ThriftToken name, java.util.List<ThriftToken> type, java.util.List<ThriftToken> defaultValue, java.util.List<AnnotationDeclaration> annotations)IncludeDeclaration(ThriftToken includeToken, ThriftToken filePath, ThriftToken programNameAlias)MessageDeclaration(java.lang.String documentation, ThriftToken variant, ThriftToken name, ThriftToken implementing, java.util.List<FieldDeclaration> fields, java.util.List<AnnotationDeclaration> annotations)MethodDeclaration(java.lang.String documentation, ThriftToken oneway, java.util.List<ThriftToken> returnTypeTokens, ThriftToken name, java.util.List<FieldDeclaration> params, ThriftToken requestTypeToken, java.util.List<FieldDeclaration> throwing, java.util.List<AnnotationDeclaration> annotations)NamespaceDeclaration(ThriftToken namespaceToken, ThriftToken language, ThriftToken namespace)ServiceDeclaration(java.lang.String documentation, ThriftToken serviceToken, ThriftToken name, ThriftToken extending, java.util.List<MethodDeclaration> methods, java.util.List<AnnotationDeclaration> annotations)TypedefDeclaration(java.lang.String documentation, ThriftToken typedefToken, ThriftToken name, java.util.List<ThriftToken> type)Constructor parameters in net.morimekta.providence.reflect.model with type arguments of type ThriftToken Constructor Description ConstDeclaration(java.lang.String documentation, ThriftToken constToken, ThriftToken name, java.util.List<ThriftToken> typeTokens, java.util.List<ThriftToken> valueTokens, java.util.List<AnnotationDeclaration> annotations)FieldDeclaration(java.lang.String documentation, ThriftToken id, int fieldId, ThriftToken requirement, ThriftToken name, java.util.List<ThriftToken> type, java.util.List<ThriftToken> defaultValue, java.util.List<AnnotationDeclaration> annotations)MethodDeclaration(java.lang.String documentation, ThriftToken oneway, java.util.List<ThriftToken> returnTypeTokens, ThriftToken name, java.util.List<FieldDeclaration> params, ThriftToken requestTypeToken, java.util.List<FieldDeclaration> throwing, java.util.List<AnnotationDeclaration> annotations)TypedefDeclaration(java.lang.String documentation, ThriftToken typedefToken, ThriftToken name, java.util.List<ThriftToken> type) -
Uses of ThriftToken in net.morimekta.providence.reflect.parser
Methods in net.morimekta.providence.reflect.parser that return ThriftToken Modifier and Type Method Description protected ThriftTokenThriftTokenizer. genericToken(char[] buffer, int offset, int len, ThriftTokenType type, int lineNo, int linePos)protected ThriftTokenThriftTokenizer. identifierToken(char[] buffer, int offset, int len, int lineNo, int linePos)protected ThriftTokenThriftTokenizer. nextSymbol()protected ThriftTokenThriftTokenizer. numberToken(char[] buffer, int offset, int len, int lineNo, int linePos)ThriftTokenThriftTokenizer. parseNextToken()protected ThriftTokenThriftTokenizer. stringToken(char[] buffer, int offset, int len, int lineNo, int linePos)protected ThriftTokenThriftTokenizer. symbolToken(char[] buffer, int offset, int len, int lineNo, int linePos)Constructors in net.morimekta.providence.reflect.parser with parameters of type ThriftToken Constructor Description ThriftException(ThriftToken token, java.lang.String message, java.lang.Object... params)Constructor parameters in net.morimekta.providence.reflect.parser with type arguments of type ThriftToken Constructor Description ThriftLexer(net.morimekta.util.lexer.Tokenizer<ThriftTokenType,ThriftToken> tokenizer) -
Uses of ThriftToken in net.morimekta.providence.reflect.util
Constructor parameters in net.morimekta.providence.reflect.util with type arguments of type ThriftToken Constructor Description ConstValueProvider(net.morimekta.providence.types.TypeRegistry registry, java.lang.String programName, net.morimekta.providence.types.TypeReference constType, java.util.List<ThriftToken> constTokens)
-