class org.apache.drill.exec.store.pcapng.PcapColumn$PcapTcpFlagsSyn extends org.apache.drill.exec.store.pcapng.PcapColumn { void () { org.apache.drill.exec.store.pcapng.PcapColumn$PcapTcpFlagsSyn v; v := @this: org.apache.drill.exec.store.pcapng.PcapColumn$PcapTcpFlagsSyn; specialinvoke v.()>(); return; } org.apache.drill.common.types.TypeProtos$MajorType getType() { org.apache.drill.common.types.TypeProtos$MinorType v; org.apache.drill.exec.store.pcapng.PcapColumn$PcapTcpFlagsSyn v; org.apache.drill.common.types.TypeProtos$MajorType v; v := @this: org.apache.drill.exec.store.pcapng.PcapColumn$PcapTcpFlagsSyn; v = ; v = staticinvoke (v); return v; } void process(fr.bmartel.pcapdecoder.structure.types.IPcapngType, org.apache.drill.exec.vector.accessor.ScalarWriter) { byte[] v; fr.bmartel.pcapdecoder.structure.types.IPcapngType v; org.apache.drill.exec.store.pcapng.PcapColumn$PcapTcpFlagsSyn v; org.apache.drill.exec.store.pcapng.PacketDecoder v; org.apache.drill.exec.vector.accessor.ScalarWriter v; int v, v; boolean v, v; v := @this: org.apache.drill.exec.store.pcapng.PcapColumn$PcapTcpFlagsSyn; v := @parameter: fr.bmartel.pcapdecoder.structure.types.IPcapngType; v := @parameter: org.apache.drill.exec.vector.accessor.ScalarWriter; v = new org.apache.drill.exec.store.pcapng.PacketDecoder; specialinvoke v.()>(); v = interfaceinvoke v.(); v = virtualinvoke v.(v); if v == 0 goto label; v = virtualinvoke v.(); v = v & 2; if v == 0 goto label; v = 1; goto label; label: v = 0; label: interfaceinvoke v.(v); label: return; } }