|
|||||||||||
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.LgqE
Field Summary | |
private static java.lang.String |
carmax
|
private static int |
carmaxCode
|
private static int |
codeLetter
|
private static java.lang.String |
gLetters
|
private static int |
NB_GREEK_LETTERS
|
(package private) static char[] |
syn_num
|
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 | |
LgqE(java.lang.String params)
Constructor |
Method Summary | |
private int |
getLgqCode(java.lang.String strgrq)
Returns the code of the greek letter (alf=1). |
private java.lang.String |
getLgqString(int code)
Get the standard greek letter name from its code |
boolean |
normalize(java.lang.String str,
java.lang.StringBuffer norm)
Normalization of the field |
byte[] |
toBin()
Returns the binary code of the greek letter |
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 static final int NB_GREEK_LETTERS
private static java.lang.String gLetters
static char[] syn_num
private static int carmaxCode
private static java.lang.String carmax
private static int codeLetter
Constructor Detail |
public LgqE(java.lang.String params) throws IdentifierDescriptionException
params
- parameter list string
IdentifierDescriptionException
Method Detail |
public java.lang.String toString()
toString
in class Instruction
private final int getLgqCode(java.lang.String strgrq)
strgrq
- greek letter string
private final java.lang.String getLgqString(int code)
code
- code value (between 1 and 24)
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 |