public class org.antlr.v4.runtime.atn.LexerActionExecutor
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.antlr.v4.runtime.atn.LexerActionExecutor
super_class: java.lang.Object
{
private final org.antlr.v4.runtime.atn.LexerAction[] lexerActions;
descriptor: [Lorg/antlr/v4/runtime/atn/LexerAction;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int hashCode;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.antlr.v4.runtime.atn.LexerAction[]);
descriptor: ([Lorg/antlr/v4/runtime/atn/LexerAction;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
2: invokestatic org.antlr.v4.runtime.misc.MurmurHash.initialize:()I
istore 2
start local 2 3: aload 1
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 7
StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.atn.LexerAction[] int top int int org.antlr.v4.runtime.atn.LexerAction[]
StackMap stack:
4: aload 6
iload 4
aaload
astore 3
start local 3 5: iload 2
aload 3
invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(ILjava/lang/Object;)I
istore 2
end local 3 6: iinc 4 1
StackMap locals:
StackMap stack:
7: iload 4
iload 5
if_icmplt 4
8: aload 0
iload 2
aload 1
arraylength
invokestatic org.antlr.v4.runtime.misc.MurmurHash.finish:(II)I
putfield org.antlr.v4.runtime.atn.LexerActionExecutor.hashCode:I
9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
0 10 1 lexerActions [Lorg/antlr/v4/runtime/atn/LexerAction;
3 10 2 hash I
5 6 3 lexerAction Lorg/antlr/v4/runtime/atn/LexerAction;
MethodParameters:
Name Flags
lexerActions
public static org.antlr.v4.runtime.atn.LexerActionExecutor append(org.antlr.v4.runtime.atn.LexerActionExecutor, org.antlr.v4.runtime.atn.LexerAction);
descriptor: (Lorg/antlr/v4/runtime/atn/LexerActionExecutor;Lorg/antlr/v4/runtime/atn/LexerAction;)Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
ifnonnull 2
1: new org.antlr.v4.runtime.atn.LexerActionExecutor
dup
iconst_1
anewarray org.antlr.v4.runtime.atn.LexerAction
dup
iconst_0
aload 1
aastore
invokespecial org.antlr.v4.runtime.atn.LexerActionExecutor.<init>:([Lorg/antlr/v4/runtime/atn/LexerAction;)V
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
arraylength
iconst_1
iadd
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast org.antlr.v4.runtime.atn.LexerAction[]
astore 2
start local 2 3: aload 2
aload 2
arraylength
iconst_1
isub
aload 1
aastore
4: new org.antlr.v4.runtime.atn.LexerActionExecutor
dup
aload 2
invokespecial org.antlr.v4.runtime.atn.LexerActionExecutor.<init>:([Lorg/antlr/v4/runtime/atn/LexerAction;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 lexerActionExecutor Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
0 5 1 lexerAction Lorg/antlr/v4/runtime/atn/LexerAction;
3 5 2 lexerActions [Lorg/antlr/v4/runtime/atn/LexerAction;
MethodParameters:
Name Flags
lexerActionExecutor
lexerAction
public org.antlr.v4.runtime.atn.LexerActionExecutor fixOffsetBeforeMatch(int);
descriptor: (I)Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 8
3: StackMap locals: org.antlr.v4.runtime.atn.LexerAction[] int
StackMap stack:
aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
iload 3
aaload
invokeinterface org.antlr.v4.runtime.atn.LexerAction.isPositionDependent:()Z
ifeq 7
aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
iload 3
aaload
instanceof org.antlr.v4.runtime.atn.LexerIndexedCustomAction
ifne 7
4: aload 2
ifnonnull 6
5: aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
invokevirtual org.antlr.v4.runtime.atn.LexerAction[].clone:()Ljava/lang/Object;
checkcast org.antlr.v4.runtime.atn.LexerAction[]
astore 2
6: StackMap locals:
StackMap stack:
aload 2
iload 3
new org.antlr.v4.runtime.atn.LexerIndexedCustomAction
dup
iload 1
aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
iload 3
aaload
invokespecial org.antlr.v4.runtime.atn.LexerIndexedCustomAction.<init>:(ILorg/antlr/v4/runtime/atn/LexerAction;)V
aastore
7: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
8: iload 3
aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
arraylength
if_icmplt 3
end local 3 9: aload 2
ifnonnull 11
10: aload 0
areturn
11: StackMap locals:
StackMap stack:
new org.antlr.v4.runtime.atn.LexerActionExecutor
dup
aload 2
invokespecial org.antlr.v4.runtime.atn.LexerActionExecutor.<init>:([Lorg/antlr/v4/runtime/atn/LexerAction;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
0 12 1 offset I
1 12 2 updatedLexerActions [Lorg/antlr/v4/runtime/atn/LexerAction;
2 9 3 i I
MethodParameters:
Name Flags
offset
public org.antlr.v4.runtime.atn.LexerAction[] getLexerActions();
descriptor: ()[Lorg/antlr/v4/runtime/atn/LexerAction;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
public void execute(org.antlr.v4.runtime.Lexer, org.antlr.v4.runtime.CharStream, int);
descriptor: (Lorg/antlr/v4/runtime/Lexer;Lorg/antlr/v4/runtime/CharStream;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=12, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: aload 2
invokeinterface org.antlr.v4.runtime.CharStream.index:()I
istore 5
start local 5 2: aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
dup
astore 9
arraylength
istore 8
iconst_0
istore 7
goto 17
StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int top int int org.antlr.v4.runtime.atn.LexerAction[]
StackMap stack:
3: aload 9
iload 7
aaload
astore 6
start local 6 4: aload 6
instanceof org.antlr.v4.runtime.atn.LexerIndexedCustomAction
ifeq 12
5: aload 6
checkcast org.antlr.v4.runtime.atn.LexerIndexedCustomAction
invokevirtual org.antlr.v4.runtime.atn.LexerIndexedCustomAction.getOffset:()I
istore 10
start local 10 6: aload 2
iload 3
iload 10
iadd
invokeinterface org.antlr.v4.runtime.CharStream.seek:(I)V
7: aload 6
checkcast org.antlr.v4.runtime.atn.LexerIndexedCustomAction
invokevirtual org.antlr.v4.runtime.atn.LexerIndexedCustomAction.getAction:()Lorg/antlr/v4/runtime/atn/LexerAction;
astore 6
8: iload 3
iload 10
iadd
iload 5
if_icmpeq 9
iconst_1
goto 10
StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int org.antlr.v4.runtime.atn.LexerAction int int org.antlr.v4.runtime.atn.LexerAction[] int
StackMap stack:
9: iconst_0
StackMap locals:
StackMap stack: int
10: istore 4
end local 10 11: goto 15
12: StackMap locals:
StackMap stack:
aload 6
invokeinterface org.antlr.v4.runtime.atn.LexerAction.isPositionDependent:()Z
ifeq 15
13: aload 2
iload 5
invokeinterface org.antlr.v4.runtime.CharStream.seek:(I)V
14: iconst_0
istore 4
15: StackMap locals:
StackMap stack:
aload 6
aload 1
invokeinterface org.antlr.v4.runtime.atn.LexerAction.execute:(Lorg/antlr/v4/runtime/Lexer;)V
end local 6 16: iinc 7 1
StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int top int int org.antlr.v4.runtime.atn.LexerAction[]
StackMap stack:
17: iload 7
iload 8
if_icmplt 3
18: goto 23
19: StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int
StackMap stack: java.lang.Throwable
astore 11
20: iload 4
ifeq 22
21: aload 2
iload 5
invokeinterface org.antlr.v4.runtime.CharStream.seek:(I)V
22: StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int top top top top top java.lang.Throwable
StackMap stack:
aload 11
athrow
23: StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int
StackMap stack:
iload 4
ifeq 25
24: aload 2
iload 5
invokeinterface org.antlr.v4.runtime.CharStream.seek:(I)V
25: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
0 26 1 lexer Lorg/antlr/v4/runtime/Lexer;
0 26 2 input Lorg/antlr/v4/runtime/CharStream;
0 26 3 startIndex I
1 26 4 requiresSeek Z
2 26 5 stopIndex I
4 16 6 lexerAction Lorg/antlr/v4/runtime/atn/LexerAction;
6 11 10 offset I
Exception table:
from to target type
2 19 19 any
MethodParameters:
Name Flags
lexer
input
startIndex
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.hashCode:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof org.antlr.v4.runtime.atn.LexerActionExecutor
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast org.antlr.v4.runtime.atn.LexerActionExecutor
astore 2
start local 2 5: aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.hashCode:I
aload 2
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.hashCode:I
if_icmpne 8
6: aload 0
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
aload 2
getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
ifeq 8
7: iconst_1
ireturn
StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor
StackMap stack:
8: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
0 9 1 obj Ljava/lang/Object;
5 9 2 other Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
MethodParameters:
Name Flags
obj
}
SourceFile: "LexerActionExecutor.java"