public class Pointer extends Tag<Pointer.PointerType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Pointer.PointerType |
| Constructor | Description |
|---|---|
Pointer(Pointer.PointerType type) |
| Modifier and Type | Method | Description |
|---|---|---|
static List<Token> |
scan(List<Token> tokens,
Options options) |
|
static Pointer |
scanForAll(Token token,
Options options) |
|
String |
toString() |
public Pointer(Pointer.PointerType type)
Copyright © 2018. All rights reserved.