Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
- java.lang.Object
 
- 
- oracle.javatools.parser.properties.DefaultPropertyFileLexerSetup
 
 
- 
- 
Method Summary
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Method Detail
- 
isEndOfLineOfPropertyDefinition
public boolean isEndOfLineOfPropertyDefinition(char currentChar,
                                      ReadTextBuffer buffer,
                                      int nextPosition)
Answers if a char is the end of a definition in a property file.
- Specified by:
 
isEndOfLineOfPropertyDefinition in interface PropertyFileLexerSetup 
- Parameters:
 currentChar - the current charbuffer - the text buffernextPosition - the current position 
- Returns:
 - if char is the EOL
 
 
- 
isBreakInLineOfPropertyDefinition
public boolean isBreakInLineOfPropertyDefinition(char currentChar,
                                        ReadTextBuffer buffer,
                                        int nextPosition)
Answers if a char is an break-in-line char of a definition in a property file.
- Specified by:
 
isBreakInLineOfPropertyDefinition in interface PropertyFileLexerSetup 
- Parameters:
 currentChar - the current charbuffer - the text buffernextPosition - the current position 
- Returns:
 - if the char is break-in-line char
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
Copyright © 1997, 2014, Oracle. All rights reserved.