Uses of Class
com.cosylab.vdct.util.EnhancedStreamTokenizer
-
Packages that use EnhancedStreamTokenizer Package Description com.cosylab.vdct.db com.cosylab.vdct.dbd -
-
Uses of EnhancedStreamTokenizer in com.cosylab.vdct.db
Methods in com.cosylab.vdct.db that return EnhancedStreamTokenizer Modifier and Type Method Description static EnhancedStreamTokenizerDBResolver. getEnhancedStreamTokenizer(InputStream is)This method was created in VisualAge.static EnhancedStreamTokenizerDBResolver. getEnhancedStreamTokenizer(String fileName)This method was created in VisualAge.Methods in com.cosylab.vdct.db with parameters of type EnhancedStreamTokenizer Modifier and Type Method Description static voidDBResolver. initializeTokenizer(EnhancedStreamTokenizer tokenizer)This method was created in VisualAge.static StringDBResolver. processComment(Object dsId, DBData data, EnhancedStreamTokenizer tokenizer, String fileName)VisualDCT layout data is also processed herestatic voidDBResolver. processDB(Object dsId, DBData data, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths, Stack loadStack, ArrayList loadList)This method was created in VisualAge.static voidDBResolver. processFields(Object dsId, DBRecordData rd, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)This method was created in VisualAge.static voidDBResolver. processMacros(Object dsId, DBTemplateInstance templateInstance, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)This method was created in VisualAge.static voidDBResolver. processPorts(DBTemplate template, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)This method was created in VisualAge.static StringDBResolver. processTemplateComment(DBTemplate template, EnhancedStreamTokenizer tokenizer, String fileName)VisualDCT layout data is also processed herestatic voidDBResolver. skipLines(int linesToSkip, EnhancedStreamTokenizer tokenizer, String fileName)VisualDCT layout data is also processed hereConstructors in com.cosylab.vdct.db with parameters of type EnhancedStreamTokenizer Constructor Description DBGParseException(String s, EnhancedStreamTokenizer t, String fileName)DBParseException constructor comment.DBParseException(String s, EnhancedStreamTokenizer t, String fileName)DBParseException constructor comment. -
Uses of EnhancedStreamTokenizer in com.cosylab.vdct.dbd
Methods in com.cosylab.vdct.dbd that return EnhancedStreamTokenizer Modifier and Type Method Description static EnhancedStreamTokenizerDBDResolver. getEnhancedStreamTokenizer(String fileName)This method was created in VisualAge.Methods in com.cosylab.vdct.dbd with parameters of type EnhancedStreamTokenizer Modifier and Type Method Description static voidDBDResolver. initializeTokenizer(EnhancedStreamTokenizer tokenizer)This method was created in VisualAge.static voidDBDResolver. processDBD(DBDData data, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)This method was created in VisualAge.static voidDBDResolver. processFields(DBDData data, DBDRecordData rd, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)This method was created in VisualAge.static voidDBDResolver. processMenuChoices(DBDMenuData md, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)This method was created in VisualAge.Constructors in com.cosylab.vdct.dbd with parameters of type EnhancedStreamTokenizer Constructor Description DBDParseException(String s, EnhancedStreamTokenizer t, String fileName)ParseException constructor comment.
-