ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/tomcat/util/json/JSONParserConstants.java

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/tomcat/util/json/JSONParserConstants.java
Status
scanned
Type
file
Name
JSONParserConstants.java
Extension
.java
Programming language
Java
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
3470 (3.4 KB)
MD5
4773451a8a867f0af6b5c9510fb38b6e
SHA1
2297b0393a469e42198d6c6fc061ffd562c2ec31
SHA256
5fb41f4bf2088de803be3b61b786a49bec674e78f75db706cf2c3133ebb6bef3
SHA512

      
    
SHA1_git
981da449cc63ab672e68afe3ae9bcb2c6e23a8b2
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
JSONParserConstants.java | 3.4 KB |

/* Generated By:JavaCC: Do not edit this line. JSONParserConstants.java */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.apache.tomcat.util.json; /** * Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start() */ public interface JSONParserConstants { /** End of File. */ int EOF = 0; /** RegularExpression Id. */ int C_SINGLE_COMMENT = 1; /** RegularExpression Id. */ int C_MULTILINE_COMMENT = 2; /** RegularExpression Id. */ int SH_SINGLE_COMMENT = 3; /** RegularExpression Id. */ int WHITESPACE = 4; /** RegularExpression Id. */ int EOL = 5; /** RegularExpression Id. */ int COMMA = 6; /** RegularExpression Id. */ int BRACE_OPEN = 7; /** RegularExpression Id. */ int BRACE_CLOSE = 8; /** RegularExpression Id. */ int COLON = 9; /** RegularExpression Id. */ int BRACKET_OPEN = 10; /** RegularExpression Id. */ int BRACKET_CLOSE = 11; /** RegularExpression Id. */ int ZERO = 12; /** RegularExpression Id. */ int DIGIT_NONZERO = 13; /** RegularExpression Id. */ int DIGIT = 14; /** RegularExpression Id. */ int NUMBER_INTEGER = 15; /** RegularExpression Id. */ int NUMBER_DECIMAL = 16; /** RegularExpression Id. */ int TRUE = 17; /** RegularExpression Id. */ int FALSE = 18; /** RegularExpression Id. */ int NULL = 19; /** RegularExpression Id. */ int QUOTE_DOUBLE = 20; /** RegularExpression Id. */ int QUOTE_SINGLE = 21; /** RegularExpression Id. */ int STRING_SINGLE_EMPTY = 22; /** RegularExpression Id. */ int STRING_DOUBLE_EMPTY = 23; /** RegularExpression Id. */ int STRING_SINGLE_BODY = 24; /** RegularExpression Id. */ int STRING_DOUBLE_BODY = 25; /** RegularExpression Id. */ int STRING_SINGLE_NONEMPTY = 26; /** RegularExpression Id. */ int STRING_DOUBLE_NONEMPTY = 27; /** RegularExpression Id. */ int SYMBOL = 28; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "<EOF>", "<C_SINGLE_COMMENT>", "<C_MULTILINE_COMMENT>", "<SH_SINGLE_COMMENT>", "<WHITESPACE>", "<EOL>", "\",\"", "\"{\"", "\"}\"", "\":\"", "\"[\"", "\"]\"", "\"0\"", "<DIGIT_NONZERO>", "<DIGIT>", "<NUMBER_INTEGER>", "<NUMBER_DECIMAL>", "\"true\"", "\"false\"", "\"null\"", "\"\\\"\"", "\"\\\'\"", "\"\\\'\\\'\"", "\"\\\"\\\"\"", "<STRING_SINGLE_BODY>", "<STRING_DOUBLE_BODY>", "<STRING_SINGLE_NONEMPTY>", "<STRING_DOUBLE_NONEMPTY>", "<SYMBOL>", }; }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
32.78
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 10 10