mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-07 23:25:09 +00:00
Added isCommandSeparator.
This commit is contained in:
@@ -24,6 +24,10 @@ public class ApplesoftToken {
|
||||
this.stringValue = stringValue;
|
||||
}
|
||||
|
||||
public boolean isCommandSeparator() {
|
||||
return ":".equals(stringValue);
|
||||
}
|
||||
|
||||
public boolean isLineNumber() {
|
||||
return !isToken() && !isString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user