📄 javaparserlexer.java
字号:
// $ANTLR start T99
public void mT99() throws RecognitionException {
try {
final int type = JavaParserLexer.T99;
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:40:7: ( 'while' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:40:7: 'while'
{
match( "while" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T99
// $ANTLR start T100
public void mT100() throws RecognitionException {
try {
final int type = JavaParserLexer.T100;
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:41:8: ( 'do' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:41:8: 'do'
{
match( "do" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T100
// $ANTLR start T101
public void mT101() throws RecognitionException {
try {
final int type = JavaParserLexer.T101;
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:42:8: ( 'break' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:42:8: 'break'
{
match( "break" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T101
// $ANTLR start T102
public void mT102() throws RecognitionException {
try {
final int type = JavaParserLexer.T102;
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:43:8: ( 'continue' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:43:8: 'continue'
{
match( "continue" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T102
// $ANTLR start T103
public void mT103() throws RecognitionException {
try {
final int type = JavaParserLexer.T103;
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:44:8: ( 'return' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:44:8: 'return'
{
match( "return" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T103
// $ANTLR start T104
public void mT104() throws RecognitionException {
try {
final int type = JavaParserLexer.T104;
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:45:8: ( 'switch' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:45:8: 'switch'
{
match( "switch" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T104
// $ANTLR start T105
public void mT105() throws RecognitionException {
try {
final int type = JavaParserLexer.T105;
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:46:8: ( 'throw' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:46:8: 'throw'
{
match( "throw" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T105
// $ANTLR start T106
public void mT106() throws RecognitionException {
try {
final int type = JavaParserLexer.T106;
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:47:8: ( 'case' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:47:8: 'case'
{
match( "case" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T106
// $ANTLR start T107
public void mT107() throws RecognitionException {
try {
final int type = JavaParserLexer.T107;
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:48:8: ( 'default' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:48:8: 'default'
{
match( "default" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T107
// $ANTLR start T108
public void mT108() throws RecognitionException {
try {
final int type = JavaParserLexer.T108;
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:49:8: ( 'try' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:49:8: 'try'
{
match( "try" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T108
// $ANTLR start T109
public void mT109() throws RecognitionException {
try {
final int type = JavaParserLexer.T109;
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:50:8: ( 'finally' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:50:8: 'finally'
{
match( "finally" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T109
// $ANTLR start T110
public void mT110() throws RecognitionException {
try {
final int type = JavaParserLexer.T110;
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:51:8: ( 'catch' )
// /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g:51:8: 'catch'
{
match( "catch" );
}
if ( this.token == null ) {
emit( type,
line,
charPosition,
channel,
start,
getCharIndex() - 1 );
}
} finally {
}
}
// $ANTLR end T110
// $ANTLR start T111
public void mT111() throws RecognitionException {
try {
final int type = JavaParserLexer.T111;
final int start = getCharIndex();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -