| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String |
_baseString |
protected int |
_beginIndex |
protected String |
_content |
protected int |
_endIndex |
protected LdiSrl.ScopeInfo |
_next |
protected LdiSrl.ScopeInfo |
_previous |
protected String |
_scope |
protected String |
beginMark |
protected String |
endMark |
| コンストラクタと説明 |
|---|
ScopeInfo() |
protected String _baseString
protected int _beginIndex
protected int _endIndex
protected String beginMark
protected String endMark
protected String _content
protected String _scope
protected LdiSrl.ScopeInfo _previous
protected LdiSrl.ScopeInfo _next
public boolean isBeforeScope(int index)
public boolean isInScope(int index)
public String replaceInterspaceOnBaseString(String fromStr, String toStr)
protected List<LdiSrl.ScopeInfo> takeScopeList()
public String substringInterspaceToPrevious()
public String substringInterspaceToNext()
public String substringScopeToPrevious()
public String substringScopeToNext()
public String getBaseString()
public void setBaseString(String baseString)
public int getBeginIndex()
public void setBeginIndex(int beginIndex)
public int getEndIndex()
public void setEndIndex(int endIndex)
public String getBeginMark()
public void setBeginMark(String beginMark)
public String getEndMark()
public void setEndMark(String endMark)
public String getContent()
public void setContent(String content)
public String getScope()
public void setScope(String scope)
public LdiSrl.ScopeInfo getPrevious()
public void setPrevious(LdiSrl.ScopeInfo previous)
public LdiSrl.ScopeInfo getNext()
public void setNext(LdiSrl.ScopeInfo next)
Copyright © 2015–2018 The DBFlute Project. All rights reserved.