📄 javaparserlexer.java
字号:
}
}
// $ANTLR end T86
// $ANTLR start T87
public void mT87() throws RecognitionException {
try {
final int type = JavaParserLexer.T87;
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:28:7: ( 'volatile' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:28:7: 'volatile'
{
match( "volatile" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T87
// $ANTLR start T88
public void mT88() throws RecognitionException {
try {
final int type = JavaParserLexer.T88;
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:29:7: ( 'strictfp' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:29:7: 'strictfp'
{
match( "strictfp" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T88
// $ANTLR start T89
public void mT89() throws RecognitionException {
try {
final int type = JavaParserLexer.T89;
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:30:7: ( 'class' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:30:7: 'class'
{
match( "class" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T89
// $ANTLR start T90
public void mT90() throws RecognitionException {
try {
final int type = JavaParserLexer.T90;
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:31:7: ( 'extends' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:31:7: 'extends'
{
match( "extends" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T90
// $ANTLR start T91
public void mT91() throws RecognitionException {
try {
final int type = JavaParserLexer.T91;
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:32:7: ( 'interface' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:32:7: 'interface'
{
match( "interface" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T91
// $ANTLR start T92
public void mT92() throws RecognitionException {
try {
final int type = JavaParserLexer.T92;
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:33:7: ( 'implements' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:33:7: 'implements'
{
match( "implements" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T92
// $ANTLR start T93
public void mT93() throws RecognitionException {
try {
final int type = JavaParserLexer.T93;
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:34:7: ( 'this' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:34:7: 'this'
{
match( "this" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T93
// $ANTLR start T94
public void mT94() throws RecognitionException {
try {
final int type = JavaParserLexer.T94;
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:35:7: ( 'super' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:35:7: 'super'
{
match( "super" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T94
// $ANTLR start T95
public void mT95() throws RecognitionException {
try {
final int type = JavaParserLexer.T95;
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:36:7: ( 'throws' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:36:7: 'throws'
{
match( "throws" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T95
// $ANTLR start T96
public void mT96() throws RecognitionException {
try {
final int type = JavaParserLexer.T96;
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:37:7: ( 'if' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:37:7: 'if'
{
match( "if" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T96
// $ANTLR start T97
public void mT97() throws RecognitionException {
try {
final int type = JavaParserLexer.T97;
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:38:7: ( 'else' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:38:7: 'else'
{
match( "else" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T97
// $ANTLR start T98
public void mT98() throws RecognitionException {
try {
final int type = JavaParserLexer.T98;
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:39:7: ( 'for' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:39:7: 'for'
{
match( "for" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T98
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -