Skip navigation links
A B C E G H I L M N O P R S T V W _ 

A

add(IVersion) - Method in class net.ossindex.version.impl.VersionSet
Add another version to the set
AetherVersion - Class in net.ossindex.version.impl
Wrapper around the aether version.
AetherVersion(String) - Constructor for class net.ossindex.version.impl.AetherVersion
Parse the version.
AndRange - Class in net.ossindex.version.impl
Two ranges anded together
AndRange(IVersionRange, IVersionRange) - Constructor for class net.ossindex.version.impl.AndRange
 
ANY - Static variable in class net.ossindex.version.parser.VersionLexer
 
ANY - Static variable in class net.ossindex.version.parser.VersionParser
 
any() - Method in class net.ossindex.version.parser.VersionParser
 
ANY() - Method in class net.ossindex.version.parser.VersionParser.AnyContext
 
any() - Method in class net.ossindex.version.parser.VersionParser.IdentifierContext
 
any(int) - Method in class net.ossindex.version.parser.VersionParser.IdentifierContext
 
any() - Method in class net.ossindex.version.parser.VersionParser.Named_versionContext
 
any(int) - Method in class net.ossindex.version.parser.VersionParser.Named_versionContext
 
any() - Method in class net.ossindex.version.parser.VersionParser.Prefixed_versionContext
 
any(int) - Method in class net.ossindex.version.parser.VersionParser.Prefixed_versionContext
 
AnyContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.AnyContext
 

B

BoundedVersionRange - Class in net.ossindex.version.impl
A bounded version range is capped at both ends, for example 1.2.5 - 1.2.8
BoundedVersionRange(SemanticVersion) - Constructor for class net.ossindex.version.impl.BoundedVersionRange
A "range" of a single version
broken_range() - Method in class net.ossindex.version.parser.VersionParser
 
broken_range() - Method in class net.ossindex.version.parser.VersionParser.RangeContext
 
Broken_rangeContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.Broken_rangeContext
 

C

compareTo(IVersion) - Method in class net.ossindex.version.impl.AetherVersion
 
compareTo(IVersion) - Method in class net.ossindex.version.impl.NamedVersion
 
compareTo(IVersion) - Method in class net.ossindex.version.impl.SemanticVersion
 
compareTo(IVersion) - Method in class net.ossindex.version.impl.VersionImpl
 
contains(IVersion) - Method in class net.ossindex.version.impl.AndRange
 
contains(IVersion) - Method in class net.ossindex.version.impl.BoundedVersionRange
 
contains(IVersion) - Method in class net.ossindex.version.impl.OrRange
 
contains(IVersion) - Method in class net.ossindex.version.impl.VersionRange
 
contains(IVersion) - Method in class net.ossindex.version.impl.VersionSet
 
contains(IVersion) - Method in interface net.ossindex.version.IVersionRange
 

E

enterAny(VersionParser.AnyContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.any().
enterAny(VersionParser.AnyContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.any().
enterBroken_range(VersionParser.Broken_rangeContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.broken_range().
enterBroken_range(VersionParser.Broken_rangeContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.broken_range().
enterEveryRule(ParserRuleContext) - Method in class net.ossindex.version.parser.VersionBaseListener
enterIdentifier(VersionParser.IdentifierContext) - Method in class net.ossindex.version.impl.VersionListener
 
enterIdentifier(VersionParser.IdentifierContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.identifier().
enterIdentifier(VersionParser.IdentifierContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.identifier().
enterLogical_range(VersionParser.Logical_rangeContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.logical_range().
enterLogical_range(VersionParser.Logical_rangeContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.logical_range().
enterNamed_version(VersionParser.Named_versionContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.named_version().
enterNamed_version(VersionParser.Named_versionContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.named_version().
enterNumeric_version(VersionParser.Numeric_versionContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.numeric_version().
enterNumeric_version(VersionParser.Numeric_versionContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.numeric_version().
enterPostfix_version(VersionParser.Postfix_versionContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.postfix_version().
enterPostfix_version(VersionParser.Postfix_versionContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.postfix_version().
enterPrefixed_version(VersionParser.Prefixed_versionContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.prefixed_version().
enterPrefixed_version(VersionParser.Prefixed_versionContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.prefixed_version().
enterRange(VersionParser.RangeContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.range().
enterRange(VersionParser.RangeContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.range().
enterRange_type(VersionParser.Range_typeContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.range_type().
enterRange_type(VersionParser.Range_typeContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.range_type().
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.AnyContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Broken_rangeContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.IdentifierContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Logical_rangeContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Named_versionContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Numeric_versionContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Postfix_versionContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Prefixed_versionContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Range_typeContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.RangeContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Simple_rangeContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Version_setContext
 
enterRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.VersionContext
 
enterSimple_range(VersionParser.Simple_rangeContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.simple_range().
enterSimple_range(VersionParser.Simple_rangeContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.simple_range().
enterVersion(VersionParser.VersionContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.version().
enterVersion(VersionParser.VersionContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.version().
enterVersion_set(VersionParser.Version_setContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Enter a parse tree produced by VersionParser.version_set().
enterVersion_set(VersionParser.Version_setContext) - Method in interface net.ossindex.version.parser.VersionListener
Enter a parse tree produced by VersionParser.version_set().
EOF() - Method in class net.ossindex.version.parser.VersionParser.RangeContext
 
equals(Object) - Method in class net.ossindex.version.impl.NamedVersion
 
equals(Object) - Method in class net.ossindex.version.impl.SemanticVersion
 
exitAny(VersionParser.AnyContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.any().
exitAny(VersionParser.AnyContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.any().
exitBroken_range(VersionParser.Broken_rangeContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.broken_range().
exitBroken_range(VersionParser.Broken_rangeContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.broken_range().
exitEveryRule(ParserRuleContext) - Method in class net.ossindex.version.parser.VersionBaseListener
exitIdentifier(VersionParser.IdentifierContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.identifier().
exitIdentifier(VersionParser.IdentifierContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.identifier().
exitLogical_range(VersionParser.Logical_rangeContext) - Method in class net.ossindex.version.impl.VersionListener
 
exitLogical_range(VersionParser.Logical_rangeContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.logical_range().
exitLogical_range(VersionParser.Logical_rangeContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.logical_range().
exitNamed_version(VersionParser.Named_versionContext) - Method in class net.ossindex.version.impl.VersionListener
Get a named version.
exitNamed_version(VersionParser.Named_versionContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.named_version().
exitNamed_version(VersionParser.Named_versionContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.named_version().
exitNumeric_version(VersionParser.Numeric_versionContext) - Method in class net.ossindex.version.impl.VersionListener
 
exitNumeric_version(VersionParser.Numeric_versionContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.numeric_version().
exitNumeric_version(VersionParser.Numeric_versionContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.numeric_version().
exitPostfix_version(VersionParser.Postfix_versionContext) - Method in class net.ossindex.version.impl.VersionListener
Simple semantic version
exitPostfix_version(VersionParser.Postfix_versionContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.postfix_version().
exitPostfix_version(VersionParser.Postfix_versionContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.postfix_version().
exitPrefixed_version(VersionParser.Prefixed_versionContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.prefixed_version().
exitPrefixed_version(VersionParser.Prefixed_versionContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.prefixed_version().
exitRange(VersionParser.RangeContext) - Method in class net.ossindex.version.impl.VersionListener
Get whatever is on the stack and make a version range out of it
exitRange(VersionParser.RangeContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.range().
exitRange(VersionParser.RangeContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.range().
exitRange_type(VersionParser.Range_typeContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.range_type().
exitRange_type(VersionParser.Range_typeContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.range_type().
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.AnyContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Broken_rangeContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.IdentifierContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Logical_rangeContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Named_versionContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Numeric_versionContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Postfix_versionContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Prefixed_versionContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Range_typeContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.RangeContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Simple_rangeContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.Version_setContext
 
exitRule(ParseTreeListener) - Method in class net.ossindex.version.parser.VersionParser.VersionContext
 
exitSimple_range(VersionParser.Simple_rangeContext) - Method in class net.ossindex.version.impl.VersionListener
A simple range.
exitSimple_range(VersionParser.Simple_rangeContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.simple_range().
exitSimple_range(VersionParser.Simple_rangeContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.simple_range().
exitVersion(VersionParser.VersionContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.version().
exitVersion(VersionParser.VersionContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.version().
exitVersion_set(VersionParser.Version_setContext) - Method in class net.ossindex.version.impl.VersionListener
Set of versions
exitVersion_set(VersionParser.Version_setContext) - Method in class net.ossindex.version.parser.VersionBaseListener
Exit a parse tree produced by VersionParser.version_set().
exitVersion_set(VersionParser.Version_setContext) - Method in interface net.ossindex.version.parser.VersionListener
Exit a parse tree produced by VersionParser.version_set().

G

getATN() - Method in class net.ossindex.version.parser.VersionLexer
 
getATN() - Method in class net.ossindex.version.parser.VersionParser
 
getGrammarFileName() - Method in class net.ossindex.version.parser.VersionLexer
 
getGrammarFileName() - Method in class net.ossindex.version.parser.VersionParser
 
getMajor() - Method in class net.ossindex.version.impl.AetherVersion
 
getMajor() - Method in class net.ossindex.version.impl.NamedVersion
 
getMajor() - Method in class net.ossindex.version.impl.SemanticVersion
 
getMajor() - Method in class net.ossindex.version.impl.VersionImpl
 
getMajor() - Method in interface net.ossindex.version.IVersion
 
getMaximum() - Method in class net.ossindex.version.impl.AndRange
 
getMaximum() - Method in class net.ossindex.version.impl.BoundedVersionRange
 
getMaximum() - Method in class net.ossindex.version.impl.OrRange
 
getMaximum() - Method in class net.ossindex.version.impl.VersionRange
 
getMaximum() - Method in class net.ossindex.version.impl.VersionSet
 
getMaximum() - Method in interface net.ossindex.version.IVersionRange
Return the maximum version that satisfies this range
getMinimum() - Method in class net.ossindex.version.impl.AndRange
 
getMinimum() - Method in class net.ossindex.version.impl.BoundedVersionRange
 
getMinimum() - Method in class net.ossindex.version.impl.OrRange
 
getMinimum() - Method in class net.ossindex.version.impl.VersionRange
 
getMinimum() - Method in class net.ossindex.version.impl.VersionSet
 
getMinimum() - Method in interface net.ossindex.version.IVersionRange
Return the minimum version that satisfies this range
getMinor() - Method in class net.ossindex.version.impl.AetherVersion
 
getMinor() - Method in class net.ossindex.version.impl.NamedVersion
 
getMinor() - Method in class net.ossindex.version.impl.SemanticVersion
 
getMinor() - Method in class net.ossindex.version.impl.VersionImpl
 
getMinor() - Method in interface net.ossindex.version.IVersion
 
getModeNames() - Method in class net.ossindex.version.parser.VersionLexer
 
getOperator() - Method in class net.ossindex.version.impl.AndRange
 
getOperator() - Method in class net.ossindex.version.impl.LogicalRange
 
getOperator() - Method in class net.ossindex.version.impl.OrRange
 
getPatch() - Method in class net.ossindex.version.impl.AetherVersion
 
getPatch() - Method in class net.ossindex.version.impl.NamedVersion
 
getPatch() - Method in class net.ossindex.version.impl.SemanticVersion
 
getPatch() - Method in class net.ossindex.version.impl.VersionImpl
 
getPatch() - Method in interface net.ossindex.version.IVersion
 
getRange() - Method in class net.ossindex.version.impl.VersionListener
 
getRange(String) - Static method in class net.ossindex.version.VersionFactory
Get a version range
getRange(String[]) - Static method in class net.ossindex.version.VersionFactory
Join this set of ranges together.
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.AnyContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.Broken_rangeContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.IdentifierContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.Logical_rangeContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.Named_versionContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.Numeric_versionContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.Postfix_versionContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.Prefixed_versionContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.Range_typeContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.RangeContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.Simple_rangeContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.Version_setContext
 
getRuleIndex() - Method in class net.ossindex.version.parser.VersionParser.VersionContext
 
getRuleNames() - Method in class net.ossindex.version.parser.VersionLexer
 
getRuleNames() - Method in class net.ossindex.version.parser.VersionParser
 
getSerializedATN() - Method in class net.ossindex.version.parser.VersionLexer
 
getSerializedATN() - Method in class net.ossindex.version.parser.VersionParser
 
getTokenNames() - Method in class net.ossindex.version.parser.VersionLexer
Deprecated.
getTokenNames() - Method in class net.ossindex.version.parser.VersionParser
Deprecated.
getVersion(String) - Static method in class net.ossindex.version.VersionFactory
Get a version implementation.
getVersion(String, String) - Static method in class net.ossindex.version.VersionFactory
Get a version implementation.
getVersionFactory() - Static method in class net.ossindex.version.VersionFactory
Version factory, which is really not needed since we have all static methods now.
getVersionImpl() - Method in class net.ossindex.version.impl.AetherVersion
Get the underlying implementation
getVersionImpl() - Method in class net.ossindex.version.impl.SemanticVersion
Get the SemVer instance.
getVocabulary() - Method in class net.ossindex.version.parser.VersionLexer
 
getVocabulary() - Method in class net.ossindex.version.parser.VersionParser
 

H

hashCode() - Method in class net.ossindex.version.impl.NamedVersion
 
hashCode() - Method in class net.ossindex.version.impl.SemanticVersion
 

I

identifier() - Method in class net.ossindex.version.parser.VersionParser
 
identifier() - Method in class net.ossindex.version.parser.VersionParser.Postfix_versionContext
 
IdentifierContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.IdentifierContext
 
intersects(IVersionRange) - Method in class net.ossindex.version.impl.AndRange
 
intersects(IVersionRange) - Method in class net.ossindex.version.impl.BoundedVersionRange
 
intersects(IVersionRange) - Method in class net.ossindex.version.impl.OrRange
 
intersects(IVersionRange) - Method in class net.ossindex.version.impl.VersionRange
 
intersects(IVersionRange) - Method in class net.ossindex.version.impl.VersionSet
 
intersects(IVersionRange) - Method in interface net.ossindex.version.IVersionRange
Check if two ranges intersect
isAtomic() - Method in class net.ossindex.version.impl.AndRange
 
isAtomic() - Method in class net.ossindex.version.impl.BoundedVersionRange
 
isAtomic() - Method in class net.ossindex.version.impl.OrRange
 
isAtomic() - Method in class net.ossindex.version.impl.VersionRange
 
isAtomic() - Method in class net.ossindex.version.impl.VersionSet
 
isAtomic() - Method in interface net.ossindex.version.IVersionRange
Returns true if this range is a simple singular version
isSimple() - Method in class net.ossindex.version.impl.AndRange
 
isSimple() - Method in class net.ossindex.version.impl.BoundedVersionRange
 
isSimple() - Method in class net.ossindex.version.impl.OrRange
 
isSimple() - Method in class net.ossindex.version.impl.VersionRange
 
isSimple() - Method in class net.ossindex.version.impl.VersionSet
 
isSimple() - Method in interface net.ossindex.version.IVersionRange
Return true if this is a simple range which has no gaps
isStable() - Method in class net.ossindex.version.impl.AetherVersion
 
isStable() - Method in class net.ossindex.version.impl.NamedVersion
 
isStable() - Method in class net.ossindex.version.impl.SemanticVersion
Returns true if this represents a stable release.
isStable() - Method in class net.ossindex.version.impl.VersionImpl
 
isStable() - Method in interface net.ossindex.version.IVersion
Returns true if this represents a stable release.
iterator() - Method in class net.ossindex.version.impl.VersionSet
 
IVersion - Interface in net.ossindex.version
All version classes must implement this interface.
IVersionRange - Interface in net.ossindex.version
Interface that all range implementations need to implement.

L

logical_range() - Method in class net.ossindex.version.parser.VersionParser
 
logical_range() - Method in class net.ossindex.version.parser.VersionParser.Logical_rangeContext
 
logical_range(int) - Method in class net.ossindex.version.parser.VersionParser.Logical_rangeContext
 
logical_range() - Method in class net.ossindex.version.parser.VersionParser.Range_typeContext
 
Logical_rangeContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.Logical_rangeContext
 
LogicalRange - Class in net.ossindex.version.impl
Base class for all logical ranges
LogicalRange() - Constructor for class net.ossindex.version.impl.LogicalRange
 

M

modeNames - Static variable in class net.ossindex.version.parser.VersionLexer
 

N

named_version() - Method in class net.ossindex.version.parser.VersionParser
 
named_version() - Method in class net.ossindex.version.parser.VersionParser.VersionContext
 
Named_versionContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.Named_versionContext
 
NamedVersion - Class in net.ossindex.version.impl
Simple version that is based on name comparisons.
NamedVersion(String) - Constructor for class net.ossindex.version.impl.NamedVersion
 
net.ossindex.version - package net.ossindex.version
 
net.ossindex.version.impl - package net.ossindex.version.impl
 
net.ossindex.version.parser - package net.ossindex.version.parser
 
NUMBER - Static variable in class net.ossindex.version.parser.VersionLexer
 
NUMBER() - Method in class net.ossindex.version.parser.VersionParser.AnyContext
 
NUMBER() - Method in class net.ossindex.version.parser.VersionParser.IdentifierContext
 
NUMBER - Static variable in class net.ossindex.version.parser.VersionParser
 
NUMBER() - Method in class net.ossindex.version.parser.VersionParser.Numeric_versionContext
 
NUMBER(int) - Method in class net.ossindex.version.parser.VersionParser.Numeric_versionContext
 
NUMBER() - Method in class net.ossindex.version.parser.VersionParser.Postfix_versionContext
 
NUMBER(int) - Method in class net.ossindex.version.parser.VersionParser.Postfix_versionContext
 
numeric_version() - Method in class net.ossindex.version.parser.VersionParser
 
numeric_version() - Method in class net.ossindex.version.parser.VersionParser.Prefixed_versionContext
 
numeric_version() - Method in class net.ossindex.version.parser.VersionParser.VersionContext
 
Numeric_versionContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.Numeric_versionContext
 

O

OrRange - Class in net.ossindex.version.impl
Two ranges anded together
OrRange(IVersionRange, IVersionRange) - Constructor for class net.ossindex.version.impl.OrRange
 

P

postfix_version() - Method in class net.ossindex.version.parser.VersionParser
 
postfix_version() - Method in class net.ossindex.version.parser.VersionParser.Prefixed_versionContext
 
postfix_version() - Method in class net.ossindex.version.parser.VersionParser.VersionContext
 
Postfix_versionContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.Postfix_versionContext
 
prefixed_version() - Method in class net.ossindex.version.parser.VersionParser
 
prefixed_version() - Method in class net.ossindex.version.parser.VersionParser.VersionContext
 
Prefixed_versionContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.Prefixed_versionContext
 

R

range() - Method in class net.ossindex.version.parser.VersionParser
 
range1 - Variable in class net.ossindex.version.impl.LogicalRange
 
range2 - Variable in class net.ossindex.version.impl.LogicalRange
 
range_type() - Method in class net.ossindex.version.parser.VersionParser
 
range_type() - Method in class net.ossindex.version.parser.VersionParser.RangeContext
 
Range_typeContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.Range_typeContext
 
RangeContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.RangeContext
 
RULE_any - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_broken_range - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_identifier - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_logical_range - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_named_version - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_numeric_version - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_postfix_version - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_prefixed_version - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_range - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_range_type - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_simple_range - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_version - Static variable in class net.ossindex.version.parser.VersionParser
 
RULE_version_set - Static variable in class net.ossindex.version.parser.VersionParser
 
ruleNames - Static variable in class net.ossindex.version.parser.VersionLexer
 
ruleNames - Static variable in class net.ossindex.version.parser.VersionParser
 

S

SemanticVersion - Class in net.ossindex.version.impl
Useful docs here: https://github.com/zafarkhaja/jsemver Wrapper around jsemver semantic version parsing code.
SemanticVersion(String) - Constructor for class net.ossindex.version.impl.SemanticVersion
Use an external library for parsing.
SemanticVersion(int) - Constructor for class net.ossindex.version.impl.SemanticVersion
 
SemanticVersion(int, int) - Constructor for class net.ossindex.version.impl.SemanticVersion
 
SemanticVersion(int, int, int) - Constructor for class net.ossindex.version.impl.SemanticVersion
 
SemanticVersion() - Constructor for class net.ossindex.version.impl.SemanticVersion
 
sempred(RuleContext, int, int) - Method in class net.ossindex.version.parser.VersionParser
 
setVersion(String) - Method in class net.ossindex.version.impl.SemanticVersion
Set the version
simple_range() - Method in class net.ossindex.version.parser.VersionParser.Broken_rangeContext
 
simple_range() - Method in class net.ossindex.version.parser.VersionParser.Logical_rangeContext
 
simple_range(int) - Method in class net.ossindex.version.parser.VersionParser.Logical_rangeContext
 
simple_range() - Method in class net.ossindex.version.parser.VersionParser.Range_typeContext
 
simple_range() - Method in class net.ossindex.version.parser.VersionParser
 
Simple_rangeContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.Simple_rangeContext
 

T

T__0 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__0 - Static variable in class net.ossindex.version.parser.VersionParser
 
T__1 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__1 - Static variable in class net.ossindex.version.parser.VersionParser
 
T__10 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__10 - Static variable in class net.ossindex.version.parser.VersionParser
 
T__2 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__2 - Static variable in class net.ossindex.version.parser.VersionParser
 
T__3 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__3 - Static variable in class net.ossindex.version.parser.VersionParser
 
T__4 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__4 - Static variable in class net.ossindex.version.parser.VersionParser
 
T__5 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__5 - Static variable in class net.ossindex.version.parser.VersionParser
 
T__6 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__6 - Static variable in class net.ossindex.version.parser.VersionParser
 
T__7 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__7 - Static variable in class net.ossindex.version.parser.VersionParser
 
T__8 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__8 - Static variable in class net.ossindex.version.parser.VersionParser
 
T__9 - Static variable in class net.ossindex.version.parser.VersionLexer
 
T__9 - Static variable in class net.ossindex.version.parser.VersionParser
 
tokenNames - Static variable in class net.ossindex.version.parser.VersionLexer
Deprecated.
tokenNames - Static variable in class net.ossindex.version.parser.VersionParser
Deprecated.
toString() - Method in class net.ossindex.version.impl.AetherVersion
 
toString() - Method in class net.ossindex.version.impl.BoundedVersionRange
 
toString() - Method in class net.ossindex.version.impl.LogicalRange
 
toString() - Method in class net.ossindex.version.impl.NamedVersion
 
toString() - Method in class net.ossindex.version.impl.SemanticVersion
 
toString() - Method in class net.ossindex.version.impl.VersionRange
 
toString() - Method in class net.ossindex.version.impl.VersionSet
 

V

version() - Method in class net.ossindex.version.parser.VersionParser.Broken_rangeContext
 
version() - Method in class net.ossindex.version.parser.VersionParser.Simple_rangeContext
 
version() - Method in class net.ossindex.version.parser.VersionParser
 
version() - Method in class net.ossindex.version.parser.VersionParser.Version_setContext
 
version_set() - Method in class net.ossindex.version.parser.VersionParser.RangeContext
 
version_set() - Method in class net.ossindex.version.parser.VersionParser
 
version_set() - Method in class net.ossindex.version.parser.VersionParser.Version_setContext
 
Version_setContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.Version_setContext
 
VersionBaseListener - Class in net.ossindex.version.parser
This class provides an empty implementation of VersionListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
VersionBaseListener() - Constructor for class net.ossindex.version.parser.VersionBaseListener
 
VersionContext(ParserRuleContext, int) - Constructor for class net.ossindex.version.parser.VersionParser.VersionContext
 
VersionFactory - Class in net.ossindex.version
This factory provides an appropriate version implementation for specified version strings.
VersionImpl - Class in net.ossindex.version.impl
A simple version implementation.
VersionImpl(int) - Constructor for class net.ossindex.version.impl.VersionImpl
 
VersionImpl(int, int) - Constructor for class net.ossindex.version.impl.VersionImpl
 
VersionImpl(int, int, int) - Constructor for class net.ossindex.version.impl.VersionImpl
 
VersionImpl(int, int, int, String) - Constructor for class net.ossindex.version.impl.VersionImpl
 
VersionLexer - Class in net.ossindex.version.parser
 
VersionLexer(CharStream) - Constructor for class net.ossindex.version.parser.VersionLexer
 
VersionListener - Class in net.ossindex.version.impl
Listener for the version parser.
VersionListener() - Constructor for class net.ossindex.version.impl.VersionListener
 
VersionListener - Interface in net.ossindex.version.parser
This interface defines a complete listener for a parse tree produced by VersionParser.
VersionParser - Class in net.ossindex.version.parser
 
VersionParser(TokenStream) - Constructor for class net.ossindex.version.parser.VersionParser
 
VersionParser.AnyContext - Class in net.ossindex.version.parser
 
VersionParser.Broken_rangeContext - Class in net.ossindex.version.parser
 
VersionParser.IdentifierContext - Class in net.ossindex.version.parser
 
VersionParser.Logical_rangeContext - Class in net.ossindex.version.parser
 
VersionParser.Named_versionContext - Class in net.ossindex.version.parser
 
VersionParser.Numeric_versionContext - Class in net.ossindex.version.parser
 
VersionParser.Postfix_versionContext - Class in net.ossindex.version.parser
 
VersionParser.Prefixed_versionContext - Class in net.ossindex.version.parser
 
VersionParser.Range_typeContext - Class in net.ossindex.version.parser
 
VersionParser.RangeContext - Class in net.ossindex.version.parser
 
VersionParser.Simple_rangeContext - Class in net.ossindex.version.parser
 
VersionParser.Version_setContext - Class in net.ossindex.version.parser
 
VersionParser.VersionContext - Class in net.ossindex.version.parser
 
VersionRange - Class in net.ossindex.version.impl
A bounded version range is capped at both ends, for example 1.2.5 - 1.2.8
VersionRange(String, SemanticVersion) - Constructor for class net.ossindex.version.impl.VersionRange
 
VersionSet - Class in net.ossindex.version.impl
An version set is a range where all the contained values are explicit ranges.
VersionSet(IVersion) - Constructor for class net.ossindex.version.impl.VersionSet
 
visitErrorNode(ErrorNode) - Method in class net.ossindex.version.parser.VersionBaseListener
visitTerminal(TerminalNode) - Method in class net.ossindex.version.parser.VersionBaseListener
VOCABULARY - Static variable in class net.ossindex.version.parser.VersionLexer
 
VOCABULARY - Static variable in class net.ossindex.version.parser.VersionParser
 

W

WS - Static variable in class net.ossindex.version.parser.VersionLexer
 
WS - Static variable in class net.ossindex.version.parser.VersionParser
 

_

_ATN - Static variable in class net.ossindex.version.parser.VersionLexer
 
_ATN - Static variable in class net.ossindex.version.parser.VersionParser
 
_decisionToDFA - Static variable in class net.ossindex.version.parser.VersionLexer
 
_decisionToDFA - Static variable in class net.ossindex.version.parser.VersionParser
 
_serializedATN - Static variable in class net.ossindex.version.parser.VersionLexer
 
_serializedATN - Static variable in class net.ossindex.version.parser.VersionParser
 
_sharedContextCache - Static variable in class net.ossindex.version.parser.VersionLexer
 
_sharedContextCache - Static variable in class net.ossindex.version.parser.VersionParser
 
A B C E G H I L M N O P R S T V W _ 
Skip navigation links

Copyright © 2016. All rights reserved.