Package io.bit3.jsass.context
Class ImportStack
- java.lang.Object
-
- io.bit3.jsass.context.ImportStack
-
public class ImportStack extends java.lang.ObjectStack for tracking currently evaluated file.
-
-
Constructor Summary
Constructors Constructor Description ImportStack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Importpeek()Return the current import.voidpop()Pop an import from the stack.voidpush(int id)Push an import to the stack by its ID.intregister(Import importSource)Register a new import, return the registration ID.
-