MetaTF API
< A B C D E F G H I J K L M N O P R S T U V W

A

accept(DTDVisitor, Object) - Method in class MetaTF.Parser.Value
Accept the visitor
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.SectionOffset
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.Default
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.NumberValue
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.SectionStride
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.Field
Accept the visitor
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.NamedField
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.RepeatField
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.StringDefault
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.Stride
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.TagField
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.Delta
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.Record
Accept the visitor
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.BaseOffset
Accept the visitor
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.Section
Accept the visitor
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.None
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.TupleField
 
accept(DTDVisitor, Object) - Method in class MetaTF.Parser.DTD
Accept the visitor
add_escapes(String) - Method in class MetaTF.Parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String) - Static method in class MetaTF.Parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addField(Field) - Method in class MetaTF.Parser.Field
Add a subfield to this field
addField(Field) - Method in class MetaTF.Parser.NamedField
 
addField(Field) - Method in class MetaTF.Parser.RepeatField
Add a field.
addField(Field) - Method in class MetaTF.Parser.TagField
Add a subfield.
addField(Field) - Method in class MetaTF.Parser.Record
 
addField(Field) - Method in class MetaTF.Parser.Section
Add a Field to this section Simply override old definitions (i.e.
addField(Field) - Method in class MetaTF.Parser.TupleField
 
addField(Field) - Method in interface MetaTF.Parser.HasFields
Add a field to this section, record or field
addField(String) - Method in class MetaTF.Parser.DTD
Append a field to the list of all named fields Duplicate names are not added.
addField(TupleField) - Method in class MetaTF.Parser.RepeatField
 
addFields(List) - Method in class MetaTF.Parser.DTD
Append a list of field to the list of all named fields.
addLookupField(int, int, TraceField) - Static method in class MetaTF.Runtime.Section
Add a TraceField to the lookupField list
addProperty(String, String, String, Value, int) - Method in class MetaTF.Parser.Field
Add a property to this field
addProperty(String, String, String, Value, int) - Method in class MetaTF.Parser.NamedField
Add a property to this field
addProperty(String, String, String, Value, int) - Method in class MetaTF.Parser.RepeatField
 
addProperty(String, String, String, Value, int) - Method in class MetaTF.Parser.TagField
Add a property to this field.
addProperty(String, String, String, Value, int) - Method in class MetaTF.Parser.Record
 
addProperty(String, String, String, Value, int) - Method in class MetaTF.Parser.Section
 
addProperty(String, String, String, Value, int) - Method in interface MetaTF.Parser.HasProperties
Add a property to this section or record
addProperty(String, String, String, Value, int) - Method in class MetaTF.Parser.TupleField
 
addProperty(String, Value, int) - Method in class MetaTF.Parser.NamedField
Add property p=v to this field
addRecord(Record) - Method in class MetaTF.Parser.Section
Add a Record to this section
addRecordByTag(int, Record) - Method in class MetaTF.Parser.Section
Add a Record to the list of 'records by tag' in this section
addSection(int, Section) - Method in class MetaTF.Parser.DTD
Add a new section to the symbol table
adjustBeginLineColumn(int, int) - Static method in class MetaTF.Parser.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
All - Static variable in class MetaTF.MetaTFConstants
Metadata record encoding for all fields in all records
AnyDefault() - Static method in class MetaTF.Parser.MetaTFParser
 
arg - Variable in class MetaTF.Parser.MetaTFParser.JJCalls
 
ASCII_CharStream - class MetaTF.Parser.ASCII_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(InputStream, int, int) - Constructor for class MetaTF.Parser.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class MetaTF.Parser.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int) - Constructor for class MetaTF.Parser.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int, int) - Constructor for class MetaTF.Parser.ASCII_CharStream
 
AsciiReader - class MetaTF.Runtime.AsciiReader.
AsciiReader implements LowLevelReader
AsciiReader(InputStream) - Constructor for class MetaTF.Runtime.AsciiReader
 
AsciiWriter - class MetaTF.Runtime.AsciiWriter.
AsciiWriter implements LowLevelWriter
AsciiWriter(OutputStream) - Constructor for class MetaTF.Runtime.AsciiWriter
 
ASTBaseOffset - class MetaTF.Parser.ASTBaseOffset.
Abstract syntax tree node representing baseOffset
ASTBaseOffset(int) - Constructor for class MetaTF.Parser.ASTBaseOffset
 
ASTBaseOffset(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTBaseOffset
 
ASTDef - class MetaTF.Parser.ASTDef.
Abstract syntax tree abstract node representing definitions (records and properties)
ASTDef(int) - Constructor for class MetaTF.Parser.ASTDef
 
ASTDef(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTDef
 
ASTDefault - class MetaTF.Parser.ASTDefault.
Abstract syntax tree node representing default
ASTDefault(int) - Constructor for class MetaTF.Parser.ASTDefault
 
ASTDefault(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTDefault
 
ASTDelta - class MetaTF.Parser.ASTDelta.
Abstract syntax tree node representing delta
ASTDelta(int) - Constructor for class MetaTF.Parser.ASTDelta
 
ASTDelta(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTDelta
 
ASTDTD - class MetaTF.Parser.ASTDTD.
Abstract syntax tree node representing the DTD.
ASTDTD(int) - Constructor for class MetaTF.Parser.ASTDTD
 
ASTDTD(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTDTD
 
ASTField - class MetaTF.Parser.ASTField.
 
ASTField(int) - Constructor for class MetaTF.Parser.ASTField
 
ASTField(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTField
 
ASTId - class MetaTF.Parser.ASTId.
 
ASTId(int) - Constructor for class MetaTF.Parser.ASTId
 
ASTId(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTId
 
ASTName - class MetaTF.Parser.ASTName.
Abstract syntax tree node representing a name
ASTName(int) - Constructor for class MetaTF.Parser.ASTName
 
ASTName(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTName
 
ASTNamedField - class MetaTF.Parser.ASTNamedField.
Abstract syntax tree node representing named fields
ASTNamedField(int) - Constructor for class MetaTF.Parser.ASTNamedField
 
ASTNamedField(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTNamedField
 
ASTNone - class MetaTF.Parser.ASTNone.
Abstract syntax tree node representing the value none
ASTNone(int) - Constructor for class MetaTF.Parser.ASTNone
 
ASTNone(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTNone
 
ASTNum - class MetaTF.Parser.ASTNum.
 
ASTNum(int) - Constructor for class MetaTF.Parser.ASTNum
 
ASTNum(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTNum
 
ASTNumber - class MetaTF.Parser.ASTNumber.
Abstract syntax tree node representing numbers
ASTNumber(int) - Constructor for class MetaTF.Parser.ASTNumber
 
ASTNumber(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTNumber
 
ASTNumberValue - class MetaTF.Parser.ASTNumberValue.
Abstract syntax tree node representing a number value (used for tags)
ASTNumberValue(int) - Constructor for class MetaTF.Parser.ASTNumberValue
 
ASTNumberValue(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTNumberValue
 
ASTProperty - class MetaTF.Parser.ASTProperty.
Abstract syntax tree node representing properties
ASTProperty(int) - Constructor for class MetaTF.Parser.ASTProperty
 
ASTProperty(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTProperty
 
ASTRecord - class MetaTF.Parser.ASTRecord.
Abstract syntax tree node representing named records
ASTRecord(int) - Constructor for class MetaTF.Parser.ASTRecord
 
ASTRecord(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTRecord
 
ASTRptField - class MetaTF.Parser.ASTRptField.
Abstract syntax tree node representing repeat fields
ASTRptField(int) - Constructor for class MetaTF.Parser.ASTRptField
 
ASTRptField(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTRptField
 
ASTSection - class MetaTF.Parser.ASTSection.
Abstract syntax tree node representing sections
ASTSection(int) - Constructor for class MetaTF.Parser.ASTSection
 
ASTSection(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTSection
 
ASTSection0 - class MetaTF.Parser.ASTSection0.
Abstract syntax tree node representing section 0
ASTSection0(int) - Constructor for class MetaTF.Parser.ASTSection0
 
ASTSection0(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTSection0
 
ASTSectionOffset - class MetaTF.Parser.ASTSectionOffset.
Abstract syntax tree node representing sectionOffset
ASTSectionOffset(int) - Constructor for class MetaTF.Parser.ASTSectionOffset
 
ASTSectionOffset(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTSectionOffset
 
ASTSectionStride - class MetaTF.Parser.ASTSectionStride.
Abstract syntax tree node representing sectionStride
ASTSectionStride(int) - Constructor for class MetaTF.Parser.ASTSectionStride
 
ASTSectionStride(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTSectionStride
 
ASTSimpleField - class MetaTF.Parser.ASTSimpleField.
 
ASTSimpleField(int) - Constructor for class MetaTF.Parser.ASTSimpleField
 
ASTSimpleField(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTSimpleField
 
ASTStride - class MetaTF.Parser.ASTStride.
Abstract syntax tree node representing stride
ASTStride(int) - Constructor for class MetaTF.Parser.ASTStride
 
ASTStride(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTStride
 
ASTStringDefault - class MetaTF.Parser.ASTStringDefault.
Abstract syntax tree node representing default
ASTStringDefault(int) - Constructor for class MetaTF.Parser.ASTStringDefault
 
ASTStringDefault(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTStringDefault
 
ASTTraceString - class MetaTF.Parser.ASTTraceString.
Abstract syntax tree node representing a string literal
ASTTraceString(int) - Constructor for class MetaTF.Parser.ASTTraceString
 
ASTTraceString(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTTraceString
 
ASTTupleField - class MetaTF.Parser.ASTTupleField.
Abstract syntax tree node representing tuple fields
ASTTupleField(int) - Constructor for class MetaTF.Parser.ASTTupleField
 
ASTTupleField(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTTupleField
 
ASTValue - class MetaTF.Parser.ASTValue.
Abstract syntax tree abstract node representing values
ASTValue(int) - Constructor for class MetaTF.Parser.ASTValue
 
ASTValue(MetaTFParser, int) - Constructor for class MetaTF.Parser.ASTValue
 
available - Static variable in class MetaTF.Parser.ASCII_CharStream
 

MetaTF API
< A B C D E F G H I J K L M N O P R S T U V W
Copyright © 2001 - Richard Jones     MetaTF