TagPattern

public class TagPattern

Class TagPattern. Provides tagpattern functionality for the Hytale server.

java.lang.Object > TagPattern

Field Summary

type

public TagPatternType type

Field type.

tagIndex

public int tagIndex

Field tagIndex.

operands

public TagPattern[] operands

Field operands.

not

public TagPattern not

Field not.

obj

final TagPattern obj

Field obj.

nullBits

final byte nullBits

Field nullBits.

varPos0

final int varPos0

Field varPos0.

operandsCount

final int operandsCount

Field operandsCount.

varIntLen

final int varIntLen

Field varIntLen.

varPos2

final int varPos2

Field varPos2.

fieldOffset0

final int fieldOffset0

Field fieldOffset0.

arrLen

final int arrLen

Field arrLen.

fieldOffset2

final int fieldOffset2

Field fieldOffset2.

startPos

final int startPos

Field startPos.

operandsOffsetSlot

final int operandsOffsetSlot

Field operandsOffsetSlot.

notOffsetSlot

final int notOffsetSlot

Field notOffsetSlot.

varBlockStart

final int varBlockStart

Field varBlockStart.

operandsOffset

final int operandsOffset

Field operandsOffset.

structResult

final ValidationResult structResult

Field structResult.

notOffset

final int notOffset

Field notOffset.

notResult

final ValidationResult notResult

Field notResult.

copy

final TagPattern copy

Field copy.

Method Detail

TagPattern

public public TagPattern ()

Method TagPattern.

deserialize

static TagPattern deserialize (@Nonnull final ByteBuf buf, final int offset)

Method deserialize.

Parameters:
@Nonnull final ByteBuf buf
final int offset

computeBytesConsumed

static int computeBytesConsumed (@Nonnull final ByteBuf buf, final int offset)

Method computeBytesConsumed.

Parameters:
@Nonnull final ByteBuf buf
final int offset

serialize

public void serialize (@Nonnull final ByteBuf buf)

Method serialize.

Parameters:
@Nonnull final ByteBuf buf

computeSize

public int computeSize ()

Method computeSize.

validateStructure

static ValidationResult validateStructure (@Nonnull final ByteBuf buffer, final int offset)

Method validateStructure.

Parameters:
@Nonnull final ByteBuf buffer
final int offset

clone

public TagPattern clone ()

Method clone.

equals

public boolean equals (final Object obj)

Method equals.

Parameters:
final Object obj

hashCode

public int hashCode ()

Method hashCode.