📄 javaparserlexer.java
字号:
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T74
// $ANTLR start T75
public void mT75() throws RecognitionException {
try {
final int type = JavaParserLexer.T75;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:16:7: ( 'long' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:16:7: 'long'
{
match( "long" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T75
// $ANTLR start T76
public void mT76() throws RecognitionException {
try {
final int type = JavaParserLexer.T76;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:17:7: ( 'double' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:17:7: 'double'
{
match( "double" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T76
// $ANTLR start T77
public void mT77() throws RecognitionException {
try {
final int type = JavaParserLexer.T77;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:18:7: ( 'private' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:18:7: 'private'
{
match( "private" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T77
// $ANTLR start T78
public void mT78() throws RecognitionException {
try {
final int type = JavaParserLexer.T78;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:19:7: ( 'public' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:19:7: 'public'
{
match( "public" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T78
// $ANTLR start T79
public void mT79() throws RecognitionException {
try {
final int type = JavaParserLexer.T79;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:20:7: ( 'protected' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:20:7: 'protected'
{
match( "protected" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T79
// $ANTLR start T80
public void mT80() throws RecognitionException {
try {
final int type = JavaParserLexer.T80;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:21:7: ( 'static' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:21:7: 'static'
{
match( "static" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T80
// $ANTLR start T81
public void mT81() throws RecognitionException {
try {
final int type = JavaParserLexer.T81;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:22:7: ( 'transient' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:22:7: 'transient'
{
match( "transient" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T81
// $ANTLR start T82
public void mT82() throws RecognitionException {
try {
final int type = JavaParserLexer.T82;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:23:7: ( 'final' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:23:7: 'final'
{
match( "final" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T82
// $ANTLR start T83
public void mT83() throws RecognitionException {
try {
final int type = JavaParserLexer.T83;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:24:7: ( 'abstract' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:24:7: 'abstract'
{
match( "abstract" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T83
// $ANTLR start T84
public void mT84() throws RecognitionException {
try {
final int type = JavaParserLexer.T84;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:25:7: ( 'native' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:25:7: 'native'
{
match( "native" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T84
// $ANTLR start T85
public void mT85() throws RecognitionException {
try {
final int type = JavaParserLexer.T85;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:26:7: ( 'threadsafe' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:26:7: 'threadsafe'
{
match( "threadsafe" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T85
// $ANTLR start T86
public void mT86() throws RecognitionException {
try {
final int type = JavaParserLexer.T86;
final int start = getCharIndex();
final int line = getLine();
final int charPosition = getCharPositionInLine();
final int channel = Token.DEFAULT_CHANNEL;
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:27:7: ( 'synchronized' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:27:7: 'synchronized'
{
match( "synchronized" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -