ILanguageDriver.IBlockDelim Interface

com.bea.ide.sourceeditor.driver
ILanguageDriver.IBlockDelim Interface

public static interface ILanguageDriver.IBlockDelim

Defines one end of a block. Note that block close positions are inclusive unlike ranges which have an exclusive end position.


All Known Implementing Classes
DefaultLanguageDriver.BlockDelim
Enclosing interface

ILanguageDriver

Method Summary

public int
getClosePos()
Returns the close position of this block delimiter.
public int
getOpenPos()
Returns the open position of this block delimiter.
public String
getToken()
Returns the text of the token that defines this block delimiter.

Method Detail

getClosePos() Method

public int getClosePos()
Returns the close position of this block delimiter.


getOpenPos() Method

public int getOpenPos()
Returns the open position of this block delimiter.


getToken() Method

public String getToken()
Returns the text of the token that defines this block delimiter.