パッケージ org.unlaxer.jaddress
クラス VacantDebugStatus
- java.lang.Object
-
- org.unlaxer.jaddress.VacantDebugStatus
-
public class VacantDebugStatus extends java.lang.Object
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 java.lang.StringerrorMessagejava.util.List<org.unlaxer.jaddress.parser.DebugStatus>parserDebugStatusjava.util.List<org.unlaxer.jaddress.parser.ResolverResult>searchCondition
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 VacantDebugStatus(java.lang.String pipedVacantDebugStatus)VacantDebugStatus(org.unlaxer.jaddress.parser.DebugStatuses debugStatuses, java.util.List<org.unlaxer.jaddress.parser.ResolverResult> searchCondition, java.lang.String errorMessage)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 booleanallMatchParsingState(org.unlaxer.jaddress.parser.ParsingState parsingState)booleanallMatchResolverResult(org.unlaxer.jaddress.parser.ResolverResult resolverResult)booleanallMatchResolverResult(org.unlaxer.jaddress.parser.ResolverResultKind resolverResultKind)booleananyMatchParsingState(org.unlaxer.jaddress.parser.ParsingState parsingState)booleananyResolverResult(org.unlaxer.jaddress.parser.ResolverResult resolverResult)booleananyResolverResult(org.unlaxer.jaddress.parser.ResolverResultKind resolverResultKind)org.unlaxer.jaddress.parser.DebugStatusesdebugStatuses()java.lang.StringpipedVacantDebugStatus()
-
-
-
コンストラクタの詳細
-
VacantDebugStatus
public VacantDebugStatus(org.unlaxer.jaddress.parser.DebugStatuses debugStatuses, java.util.List<org.unlaxer.jaddress.parser.ResolverResult> searchCondition, java.lang.String errorMessage)
-
VacantDebugStatus
public VacantDebugStatus(java.lang.String pipedVacantDebugStatus)
-
-
メソッドの詳細
-
debugStatuses
public org.unlaxer.jaddress.parser.DebugStatuses debugStatuses()
-
allMatchParsingState
public boolean allMatchParsingState(org.unlaxer.jaddress.parser.ParsingState parsingState)
-
anyMatchParsingState
public boolean anyMatchParsingState(org.unlaxer.jaddress.parser.ParsingState parsingState)
-
allMatchResolverResult
public boolean allMatchResolverResult(org.unlaxer.jaddress.parser.ResolverResult resolverResult)
-
anyResolverResult
public boolean anyResolverResult(org.unlaxer.jaddress.parser.ResolverResult resolverResult)
-
allMatchResolverResult
public boolean allMatchResolverResult(org.unlaxer.jaddress.parser.ResolverResultKind resolverResultKind)
-
anyResolverResult
public boolean anyResolverResult(org.unlaxer.jaddress.parser.ResolverResultKind resolverResultKind)
-
pipedVacantDebugStatus
public java.lang.String pipedVacantDebugStatus()
-
-