public final class org.antlr.v4.runtime.atn.LexerCustomAction 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.LexerCustomAction
super_class: java.lang.Object
{
private final int ruleIndex;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int actionIndex;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(int, int);
descriptor: (II)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.LexerCustomAction.ruleIndex:I
2: aload 0
iload 2
putfield org.antlr.v4.runtime.atn.LexerCustomAction.actionIndex:I
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/LexerCustomAction;
0 4 1 ruleIndex I
0 4 2 actionIndex I
MethodParameters:
Name Flags
ruleIndex
actionIndex
public int getRuleIndex();
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.LexerCustomAction.ruleIndex:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/antlr/v4/runtime/atn/LexerCustomAction;
public int getActionIndex();
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.LexerCustomAction.actionIndex:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/antlr/v4/runtime/atn/LexerCustomAction;
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: getstatic org.antlr.v4.runtime.atn.LexerActionType.CUSTOM: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/LexerCustomAction;
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/LexerCustomAction;
public void execute(org.antlr.v4.runtime.Lexer);
descriptor: (Lorg/antlr/v4/runtime/Lexer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aconst_null
aload 0
getfield org.antlr.v4.runtime.atn.LexerCustomAction.ruleIndex:I
aload 0
getfield org.antlr.v4.runtime.atn.LexerCustomAction.actionIndex:I
invokevirtual org.antlr.v4.runtime.Lexer.action:(Lorg/antlr/v4/runtime/RuleContext;II)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/antlr/v4/runtime/atn/LexerCustomAction;
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
invokevirtual org.antlr.v4.runtime.atn.LexerCustomAction.getActionType:()Lorg/antlr/v4/runtime/atn/LexerActionType;
invokevirtual org.antlr.v4.runtime.atn.LexerActionType.ordinal:()I
invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(II)I
istore 1
2: iload 1
aload 0
getfield org.antlr.v4.runtime.atn.LexerCustomAction.ruleIndex:I
invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(II)I
istore 1
3: iload 1
aload 0
getfield org.antlr.v4.runtime.atn.LexerCustomAction.actionIndex:I
invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(II)I
istore 1
4: iload 1
iconst_3
invokestatic org.antlr.v4.runtime.misc.MurmurHash.finish:(II)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/antlr/v4/runtime/atn/LexerCustomAction;
1 5 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.LexerCustomAction
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast org.antlr.v4.runtime.atn.LexerCustomAction
astore 2
start local 2 5: aload 0
getfield org.antlr.v4.runtime.atn.LexerCustomAction.ruleIndex:I
aload 2
getfield org.antlr.v4.runtime.atn.LexerCustomAction.ruleIndex:I
if_icmpne 8
6: aload 0
getfield org.antlr.v4.runtime.atn.LexerCustomAction.actionIndex:I
aload 2
getfield org.antlr.v4.runtime.atn.LexerCustomAction.actionIndex:I
if_icmpne 8
7: iconst_1
ireturn
StackMap locals: org.antlr.v4.runtime.atn.LexerCustomAction
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/LexerCustomAction;
0 9 1 obj Ljava/lang/Object;
5 9 2 other Lorg/antlr/v4/runtime/atn/LexerCustomAction;
MethodParameters:
Name Flags
obj
}
SourceFile: "LexerCustomAction.java"