JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.ucsb.cs56.pconrad.parsing.tokenizer
Interface TokenMaker
public interface
TokenMaker
An object implements TokenMaker if it has a method makeToken that takes an object of type String and returns an instance of the class Token
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Token
makeToken
(
String
s)
Method Detail
makeToken
Token
makeToken(
String
s)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method