| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String |
_baseString |
protected int |
_beginIndex |
protected String |
_content |
protected int |
_endIndex |
protected Srl.ScopeInfo |
_next |
protected Srl.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 Srl.ScopeInfo _previous
protected Srl.ScopeInfo _next
public boolean isBeforeScope(int index)
public boolean isInScope(int index)
public String replaceInterspaceOnBaseString(String fromStr, String toStr)
protected List<Srl.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 Srl.ScopeInfo getPrevious()
public void setPrevious(Srl.ScopeInfo previous)
public Srl.ScopeInfo getNext()
public void setNext(Srl.ScopeInfo next)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.