Package ch.bailu.gtk.gsk
Klasse ParseLocation
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gsk.ParseLocation
- Alle implementierten Schnittstellen:
PointerInterface
A location in a parse buffer.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringthe offset of the location in the parse buffer, as bytesstatic final Stringthe offset of the location in the parse buffer, as charactersstatic final Stringthe position in the line, as bytesstatic final Stringthe position in the line, as charactersstatic final Stringthe line of the location in the parse buffer -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerlongthe offset of the location in the parse buffer, as byteslongthe offset of the location in the parse buffer, as characterslongthe position in the line, as byteslongthe position in the line, as characterslongthe line of the location in the parse buffervoidsetFieldBytes(long bytes) the offset of the location in the parse buffer, as bytesvoidsetFieldChars(long chars) the offset of the location in the parse buffer, as charactersvoidsetFieldLineBytes(long line_bytes) the position in the line, as bytesvoidsetFieldLineChars(long line_chars) the position in the line, as charactersvoidsetFieldLines(long lines) the line of the location in the parse bufferVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
BYTES
the offset of the location in the parse buffer, as bytes- Siehe auch:
-
CHARS
the offset of the location in the parse buffer, as characters- Siehe auch:
-
LINES
the line of the location in the parse buffer- Siehe auch:
-
LINE_BYTES
the position in the line, as bytes- Siehe auch:
-
LINE_CHARS
the position in the line, as characters- Siehe auch:
-
-
Konstruktordetails
-
ParseLocation
-
ParseLocation
public ParseLocation()
-
-
Methodendetails
-
getClassHandler
-
setFieldBytes
public void setFieldBytes(long bytes) the offset of the location in the parse buffer, as bytes -
getFieldBytes
public long getFieldBytes()the offset of the location in the parse buffer, as bytes -
setFieldChars
public void setFieldChars(long chars) the offset of the location in the parse buffer, as characters -
getFieldChars
public long getFieldChars()the offset of the location in the parse buffer, as characters -
setFieldLines
public void setFieldLines(long lines) the line of the location in the parse buffer -
getFieldLines
public long getFieldLines()the line of the location in the parse buffer -
setFieldLineBytes
public void setFieldLineBytes(long line_bytes) the position in the line, as bytes -
getFieldLineBytes
public long getFieldLineBytes()the position in the line, as bytes -
setFieldLineChars
public void setFieldLineChars(long line_chars) the position in the line, as characters -
getFieldLineChars
public long getFieldLineChars()the position in the line, as characters
-