Class CommandPattern.ArgumentSegment
java.lang.Object
tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.ArgumentSegment
- All Implemented Interfaces:
CommandPattern.CommandSegment
- Direct Known Subclasses:
CommandPattern.OptionalArgumentSegment,CommandPattern.RequiredArgumentSegment
- Enclosing class:
- CommandPattern
public abstract static class CommandPattern.ArgumentSegment
extends Object
implements CommandPattern.CommandSegment
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.CommandSegment
isOptional, signatureToken
-
Constructor Details
-
ArgumentSegment
-
-
Method Details
-
getName
-
isArgument
public boolean isArgument()- Specified by:
isArgumentin interfaceCommandPattern.CommandSegment
-