public final class org.antlr.v4.runtime.atn.LexerIndexedCustomAction implements org.antlr.v4.runtime.atn.LexerAction
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.antlr.v4.runtime.atn.LexerIndexedCustomAction
super_class: java.lang.Object
{
private final int offset;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.antlr.v4.runtime.atn.LexerAction action;
descriptor: Lorg/antlr/v4/runtime/atn/LexerAction;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(int, org.antlr.v4.runtime.atn.LexerAction);
descriptor: (ILorg/antlr/v4/runtime/atn/LexerAction;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.offset:I
2: aload 0
aload 2
putfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
0 4 1 offset I
0 4 2 action Lorg/antlr/v4/runtime/atn/LexerAction;
MethodParameters:
Name Flags
offset
action
public int getOffset();
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.LexerIndexedCustomAction.offset:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
public org.antlr.v4.runtime.atn.LexerAction getAction();
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.LexerIndexedCustomAction.action: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/LexerIndexedCustomAction;
public org.antlr.v4.runtime.atn.LexerActionType getActionType();
descriptor: ()Lorg/antlr/v4/runtime/atn/LexerActionType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
invokeinterface org.antlr.v4.runtime.atn.LexerAction.getActionType:()Lorg/antlr/v4/runtime/atn/LexerActionType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
public boolean isPositionDependent();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
public void execute(org.antlr.v4.runtime.Lexer);
descriptor: (Lorg/antlr/v4/runtime/Lexer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
aload 1
invokeinterface org.antlr.v4.runtime.atn.LexerAction.execute:(Lorg/antlr/v4/runtime/Lexer;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
0 2 1 lexer Lorg/antlr/v4/runtime/Lexer;
MethodParameters:
Name Flags
lexer
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: invokestatic org.antlr.v4.runtime.misc.MurmurHash.initialize:()I
istore 1
start local 1 1: iload 1
aload 0
getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.offset:I
invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(II)I
istore 1
2: iload 1
aload 0
getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(ILjava/lang/Object;)I
istore 1
3: iload 1
iconst_2
invokestatic org.antlr.v4.runtime.misc.MurmurHash.finish:(II)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
1 4 1 hash I
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.LexerIndexedCustomAction
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast org.antlr.v4.runtime.atn.LexerIndexedCustomAction
astore 2
start local 2 5: aload 0
getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.offset:I
aload 2
getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.offset:I
if_icmpne 8
6: aload 0
getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
aload 2
getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
7: iconst_1
ireturn
StackMap locals: org.antlr.v4.runtime.atn.LexerIndexedCustomAction
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/LexerIndexedCustomAction;
0 9 1 obj Ljava/lang/Object;
5 9 2 other Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
MethodParameters:
Name Flags
obj
}
SourceFile: "LexerIndexedCustomAction.java"