Class UnoidlPartitionScanner
java.lang.Object
org.eclipse.jface.text.rules.RuleBasedScanner
org.eclipse.jface.text.rules.BufferedRuleBasedScanner
org.eclipse.jface.text.rules.RuleBasedPartitionScanner
org.libreoffice.ide.eclipse.core.editors.syntax.UnoidlPartitionScanner
- All Implemented Interfaces:
org.eclipse.jface.text.rules.ICharacterScanner,org.eclipse.jface.text.rules.IPartitionTokenScanner,org.eclipse.jface.text.rules.ITokenScanner
public class UnoidlPartitionScanner
extends org.eclipse.jface.text.rules.RuleBasedPartitionScanner
Scanner splitting the text into partitions. In order to fully understand the editor mechanisms, please report to
Eclipse plugin developer's guide.
-
Field Summary
FieldsFields inherited from class org.eclipse.jface.text.rules.RuleBasedPartitionScanner
fContentType, fPartitionOffsetFields inherited from class org.eclipse.jface.text.rules.RuleBasedScanner
fColumn, fDefaultReturnToken, fDelimiters, fDocument, fOffset, fRangeEnd, fRules, fTokenOffset, UNDEFINEDFields inherited from interface org.eclipse.jface.text.rules.ICharacterScanner
EOF -
Constructor Summary
ConstructorsConstructorDescriptionConstructor defining the rules to use to match the different partitions. -
Method Summary
Methods inherited from class org.eclipse.jface.text.rules.RuleBasedPartitionScanner
nextToken, setPartialRange, setPredicateRules, setRange, setRulesMethods inherited from class org.eclipse.jface.text.rules.BufferedRuleBasedScanner
read, setBufferSize, unreadMethods inherited from class org.eclipse.jface.text.rules.RuleBasedScanner
getColumn, getLegalLineDelimiters, getTokenLength, getTokenOffset, setDefaultReturnTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.text.rules.ITokenScanner
getTokenLength, getTokenOffset
-
Field Details
-
IDL_AUTOCOMMENT
- See Also:
-
IDL_COMMENT
- See Also:
-
IDL_PREPROCESSOR
- See Also:
-
-
Constructor Details
-
UnoidlPartitionScanner
public UnoidlPartitionScanner()Constructor defining the rules to use to match the different partitions.
-