|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.simbad.ident.Instruction
cds.simbad.ident.TabE
Table instruction class - TAB
Field Summary | |
private char |
delimitor
|
private int |
posValue
|
private java.lang.String |
strList
|
private java.lang.String |
strListLC
|
Fields inherited from class cds.simbad.ident.Instruction |
ALIG_LEFT, ALIG_RIGHT, alignment, BINARY, binPos, BLANC_RE, CARMAX, CAT, catName, CH, CONST, DE, DECIMAL, DECIMALES, DEFAULT_BINARY, DEFAULT_DECIMAL, DEFAULT_DELIMITOR, DEFAULT_FILLER, DEFAULT_MIN, DEFAULT_OPTIONAL, DELIMITOR, FACULTATIF, filler, FORMAT, IND, instrNames, INT, isBinary, JUSTIFICATION, LET, LGQ, LIST, LONGUEUR, MAJ, MAX_DEFAULT_CARMAX, MAXIMUM, MIN, MIN_DEFAULT_CARMAX, MINIMUM, NO_ALIGNMENT, NO_BIN_POS, NO_FILLER, NOM, optional, PARAM_FINISHED, paramNames, PGM, PLUS, POSITION, RA, regexGen, ROM, SPACE, SPACES_RE, STRICT, TAB, TEXT, TEXTE, UINT, valuelim, VAR, VAR_LENGTH, vec_format_car, ZONE |
Constructor Summary | |
TabE(java.lang.String params)
Constructor |
Method Summary | |
boolean |
normalize(java.lang.String str,
java.lang.StringBuffer norm)
Normalization of the field |
byte[] |
toBin()
Returns the binary code of the table element |
java.lang.String |
toRE()
Returns the regular expression used to analyse this field |
java.lang.String |
toString()
Returns a string display of the whole instruction |
Methods inherited from class cds.simbad.ident.Instruction |
align, appendBinary, appendCarmax, appendCarmax, appendClose, appendDecimal, appendDelimitor, appendFormat, appendJustification, appendLength, appendList, appendMaximum, appendMinimum, appendMinimum, appendName, appendNom, appendOptional, appendPlus, appendPosition, appendStrict, appendText, displayError, equals, extractParams, format2dbl, format2RE, getBinaryPosition, getCatName, getInstrCode, getInstrName, getInteger, getLong, getNextParam, getRegexGen, isBinary, isOptional, isREKeyword, isREKeyword, normalize, optional, setBinary, setJustification, setRegexGen, toByteArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private char delimitor
private java.lang.String strList
private java.lang.String strListLC
private int posValue
Constructor Detail |
public TabE(java.lang.String params) throws IdentifierDescriptionException
params
- parameter list string
IdentifierDescriptionException
Method Detail |
public java.lang.String toString()
toString
in class Instruction
public java.lang.String toRE()
toRE
in class Instruction
public boolean normalize(java.lang.String str, java.lang.StringBuffer norm)
normalize
in class Instruction
str
- string to normalizenorm
- stringbuffer to complete with the normalized string
public byte[] toBin()
toBin
in class Instruction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |