Uses of Enum
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatch.ParserState
Packages that use SvnPatch.ParserState
-
Uses of SvnPatch.ParserState in org.tmatesoft.svn.core.internal.wc2.patch
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SvnPatch.ParserStateMethods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnPatch.ParserStateModifier and TypeMethodDescriptionstatic SvnPatch.ParserState
SvnPatch.ParserState.valueOf
(java.lang.String name) Returns the enum constant of this type with the specified name.static SvnPatch.ParserState[]
SvnPatch.ParserState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnPatch.ParserStateModifier and TypeMethodDescriptionboolean
SvnPatch.Transition.matches
(java.lang.String line, SvnPatch.ParserState state) Constructors in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnPatch.ParserStateModifierConstructorDescriptionTransition
(java.lang.String expectedInput, SvnPatch.ParserState state, SvnPatch.IParserFunction parserFunction)