JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
 
Field Summary 
Fields    
Modifier and Type 
Field and Description 
 
protected boolean 
_mLexingProperty 
Whether scanned identifiers are property names.
 
 
 
Fields inherited from interface oracle.javatools.parser.css.LexicalUnits  
ANY , AT_KEYWORD , BEGINS , CARET , CDC , CDO , CH , CHARSET_SYMBOL , CM , COLON , COMMA , COMMENT , CONTAINS , COUNTER_STYLE_SYMBOL , DASHMATCH , DB , DEG , DIMENSION , DIVIDE , DOLLAR , DOT , DOUBLE_COLON , DPCM , DPI , DPPX , EM , ENDS , EOF , EQUAL , ERROR , EX , FONT_FACE_SYMBOL , FR , FUNCTION , GRAD , HASH , HZ , IDENTIFIER , IMPORT_SYMBOL , IMPORTANT_SYMBOL , IN , INCLUDES , INTEGER , KHZ , LEFT_BRACE , LEFT_BRACKET , LEFT_CURLY_BRACE , MEDIA_SYMBOL , MINUS , MM , MS , NAMESPACE_MATCH , NAMESPACE_SYMBOL , PAGE_SYMBOL , PC , PERCENTAGE , PLUS , PRECEDE , PT , PX , RAD , REAL , REGION_SYMBOL , REM , RIGHT_BRACE , RIGHT_BRACKET , RIGHT_CURLY_BRACE , S , SEMI_COLON , SPACE , ST , STRING , TILDE , TURN , UNICODE_RANGE , URI , VH , VMAX , VMIN , VW  
 
 
 
 
Method Summary 
 
Methods inherited from class oracle.javatools.parser.css.CSSLexer  
backup , convertToken , fillLexerToken , getEndOffset , getStartOffset , getToken , lex , nextToken , setLineMap , setPosition , skipAtRule , skipBlock , skipStyleRule , updateState  
 
 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
 
 
 
 
Method Detail 
 
lex 
public int lex(LexerToken  lexedToken) 
Scans the text buffer at the current position and returns the
 token that was found.  The token and offset information is also
 stored in the lexedToken instance passed in to the
 call.
Specified by:  
lex  in interface Lexer  
Overrides:  
lex  in class CSSLexer  
Parameters:  
lexedToken - the instance passed in where token info is stored 
Returns:  
the token that was found, same as calling
         lexedToken.getToken() (for convenience) 
 
 
 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
Copyright © 1997, 2019, Oracle. All rights reserved.